Modern apps require lots of services that typically require additional containers running alongside the application container: databases, message queues, etc. After discussion with @mostlygeek, I've gathered that:
The intent is for the application container to exclude those services and only serve the app itself.
In production deployments, ops will manage those services manually using CloudFormation templates.
For local development, it's up to developers to determine the sanest way to manage those services.
Open questions:
If there are services that require developer configuration, how should that be managed?
Modern apps require lots of services that typically require additional containers running alongside the application container: databases, message queues, etc. After discussion with @mostlygeek, I've gathered that:
Open questions: