Learn how to create a microservice application using a Nx monorepo and deploy it to AWS using the AWS CDK project. The architecture includes a webapp for managing todolists, S3 bucket for hosting static content, DynamoDB table for data storage, Lambdas triggered by an API gateway, and CloudFront distribution. The post also discusses the drawbacks of the architecture.
Table of contents
Creating a microservice application with a Nx monorepo and deploying it to AWSSetting up the workspaceWriting the codeConclusionSort: