Merge pull request #3119 from bblommers/bugfix/dynamodb_table_cfn_output

CFN - Allow DynamoDB table as an Output
This commit is contained in:
Steve Pulec 2020-07-26 15:30:29 -05:00 committed by GitHub
commit 7481d07a3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 40 additions and 0 deletions

View file

@ -427,6 +427,10 @@ class Table(BaseModel):
raise UnformattedGetAttTemplateException()
@property
def physical_resource_id(self):
return self.name
@classmethod
def create_from_cloudformation_json(
cls, resource_name, cloudformation_json, region_name