#3114 - Allow DynamoDB table as CFN output

This commit is contained in:
Bert Blommers 2020-07-11 09:46:03 +01:00
commit 80761ebb3b
2 changed files with 40 additions and 0 deletions

View file

@ -413,6 +413,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