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] x-kms support `AWS::KMS::ReplicaKey` #602

Open JohnPreston opened 2 years ago

JohnPreston commented 2 years ago

As a user, if I have a key in a different region, when defining the x-kms.Properties, if I specify the properties for a AWS::KMS::ReplicaKey, I would like for the new key to work.

Also, for Property PrimaryKeyArn I would like to be able to use x-kms.Lookup

This might need x-kms.Lookup to support changing region for subsequent API calls.