This is a project to experience application development on AWS with the actual minimal implementations!
It contains:
- Basic 3-tiers serverlss WEB application which depends on:
- Amazon API Gateway
- AWS Lambda
- Amazon DynamoDB
- Java 8 or Later
- Maven 3.6.1 or Later
- CDK 1.31.0
cd lambda
mvn install
package lambda source files into jar and install to maven local repositorycd ../cdk
mvn compile
compile cdk source filescdk bootstrap
deploy bootstrap stack (If you deploy first at region)cdk deploy
deploy resources via cdk
This library is licensed under the MIT-0 License. See the LICENSE file.