#✅ - Microservice in one project

7 messages · Page 1 of 1 (latest)

sterile condor
#

I would like to implement a microservices architecture with amplify in a single project? Is this possible with amplify?

winged mulch
#

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.

sterile condor
#

Thanks @winged mulch 10000

winged mulch
#

My pleasure!

hasty pollenBOT
#

✅ - Microservice in one project

#

Marked as solved.