We will create a single project that contains all the various Kotlin files. Each Kotlin file will contain one lambda function.
Once you have the IDE downloaded and installed, perform the following steps:
- Launch it and create a project. We will use Gradle as a build system.
- Select Kotlin (Java) as an option and deselect all other options:
- Set up GroupId and ArtifactId. Put ServerlessWithKotlinAWS as the name. I avoid having white spaces and special characters as values.
- Press Next:
- Uncheck the Create separate module ...