Skip to content

Commit

Permalink
Added "CompatibleArchitectures" to LayerVersion (#1963)
Browse files Browse the repository at this point in the history
  • Loading branch information
automartin5000 authored Oct 20, 2021
1 parent 82788a3 commit 8b482e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions troposphere/awslambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ class LayerVersion(AWSObject):
resource_type = "AWS::Lambda::LayerVersion"

props = {
"CompatibleArchitectures": ([str], False),
"CompatibleRuntimes": ([str], False),
"Content": (Content, True),
"Description": (str, False),
Expand Down

0 comments on commit 8b482e7

Please sign in to comment.