compose-x / ecs_composex

Manage, Configure and Deploy your services and AWS services and applications from your docker-compose definitions
https://docs.compose-x.io
Mozilla Public License 2.0
168 stars 17 forks source link

[FR] compose import #547

Open JohnPreston opened 2 years ago

JohnPreston commented 2 years ago

Is your feature request related to a problem? Please describe. As a developer working locally, some resources such as s3, dynamodb, kinesis etc. are available via API. Therefore, if the resources already exist in the cloud it would be useful to be able to generate a local docker-compose override file that has all the environment variables (and maybe secrets?) set for each service so that locally the behaviour for connecting to these resources can be replicated.