Merge pull request #1817 from justinm/aws-partition-in-cloudfront

Add AWS::Partition as a variable available to CloudFormation templates
This commit is contained in:
Steve Pulec 2018-09-22 15:55:56 -04:00 committed by GitHub
commit 6d3673f284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -387,6 +387,7 @@ class ResourceMap(collections.Mapping):
"AWS::StackName": stack_name,
"AWS::URLSuffix": "amazonaws.com",
"AWS::NoValue": None,
"AWS::Partition": "aws",
}
def __getitem__(self, key):