Shared resources infrastructure for Things Todo application.
This project, combined with ttd-infra and ttd-serverless, sets up the whole AWS infrastructure needed to run the application.
The idea is to keep cross-service, shared resources like DynamoDB, Cognito or Elasticsearch in Terraform/Terragrunt and to use Serverless framework to build and manage lambda functions and lambda related resources (e.g. permissions). AWS Parameter Store is used to "pass" parameters from terraform/terragrunt to serverless framework.
The actual setup is done via ttd-infra project.
This project is licensed under the MIT License - see the LICENSE.MD file for details