-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
DynamoDB tables currently support tags and while AWS::Serverless::SimpleTable
is meant to be a subset of functionality, I think they should make the cut. It would help when creating resource groups.
Result of running cloudformation deploy:
Failed to create the changeset: Waiter ChangeSetCreateComplete failed: Waiter encountered a terminal failure state Status: FAILED. Reason: Transform AWS::Serverless-2016-10-31 failed with: Invalid Serverless Application Specification document. Number of errors found: 2. Resource with id [DeviceTraceApi] is invalid. property Tags not defined for resource of type AWS::Serverless::Api Resource with id [TracesTable] is invalid. property Tags not defined for resource of type AWS::Serverless::SimpleTable
Thank you.