Support all resource types
udondan opened this issue · 0 comments
udondan commented
Currently we only have support for AWS::S3::Bucket.
In the function create_changeset
the resource identifier key is hardcoded to BucketName
.
It is preferred, that we don't hardoced a mapping in the tool, but find a way how to get the key dynamically.