#✅ - Microservice in one project
7 messages · Page 1 of 1 (latest)
Hi @sterile condor. The Amplify CLI is great for serverless backends but is probably not the best choice for a microservices architecture. I would recommend checking out the AWS CDK (https://aws.amazon.com/cdk/) for an infrastructure-as-code approach or AWS Copilot (https://aws.amazon.com/containers/copilot/) for an Amplify-like CLI experience.
The Amplify Flutter libraries work with any AWS backend and can be used independent of the deployment mechanism.
Thanks @winged mulch 
My pleasure!