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

[FR] Lookup.ProfileName #616

Open JohnPreston opened 2 years ago

JohnPreston commented 2 years ago

As a user, if I have multiple profiles configured in my environment, I'd like to be able to indicate which one to use to perform lookup and other API operations, instead of using RoleArn.

x-dynamodb:
  Table:
    Lookup:
      Tags: []
      ProfileName: <aws profile name>

Equally would like to be able to do

ecs-compose-x render --profile <aws profile name>