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
166 stars 17 forks source link

[BUG|FR] Do not created DBInstances when `EngineMode` == serverless in x-rds. #608

Closed JohnPreston closed 1 year ago

JohnPreston commented 2 years ago

When creating a new x-rds DB Cluster, if the EngineMode is serverless, by essence, we do not need to create new DBInstances at all.

JohnPreston commented 1 year ago

Fixed in #650