Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.21 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.21 KB

disruptive-guestbook

Forked from Thorsten Ludwig to demonstrate deployment to AWS in the second talk at the inovex Meetup

The master branch contains Terraform-configuration in the deploy directory to deploy the original demo application to AWS ECS.

The tag micronaut then shows how to move from Spring Boot to Micronaut as a preparation for deploying to AWS API Gateway and AWS Lambda instead. The actual deployment is shown at the tag lambda. For further reducing operations costs for smaller projects, the database is migrated from MongoDB aka DocumentDB at AWS to DynamoDB in this tag as well.