0
comment
comment
on 7/18/2020 4:57 PM
When working with CloudFormation, AWS recommends not to give explicit names to resources and let CloudFormation name them for you. This has several advantages: It’s harder for attackers to guess resource names such as S3 buckets or DynamoDB tables. You can deploy the same stack multiple times to the same account. This is useful when …
AppSync: how to inject table names into DynamoDB batch & transact operations Read More »
Liked this article? Support me on Patreon and get direct help from me via a privat[...]