awslabs / dynamodb-cross-region-library

A library to facilitate cross-region replication with Amazon DynamoDB Streams.
Apache License 2.0
275 stars 98 forks source link

Added missing permissions to cfn template #25

Closed jseed closed 8 years ago

jseed commented 8 years ago

The action cloudformation:ListStackResources has been added to the resource DynamoDBReplicationCoordinatorPolicy. This action has been added to the 'official' template used when deploying from the aws console. Without this line, the Elastic Beanstalk's environment will fail to update, and it's health will be set to red. See issues #21