Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 283 Bytes

read.md

File metadata and controls

10 lines (7 loc) · 283 Bytes

Objective

Learn ktor + aws + kotlin
Reminder
Use gradle to run this code:
 Create a task for build with -t arguments
 Create a task for `run`with a dependecy with the build task
 Intellij require to reRun the project to run effectively the project.