Skip to content

Commit

Permalink
Add SnapStart to Serverless Function (#2248)
Browse files Browse the repository at this point in the history
  • Loading branch information
Trollderim and Phillipp Mevenkamp authored May 29, 2024
1 parent 46d9031 commit 4d391b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions troposphere/serverless.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
ImageConfig,
ProvisionedConcurrencyConfiguration,
RuntimeManagementConfig,
SnapStart,
SourceAccessConfiguration,
VPCConfig,
validate_memory_size,
Expand Down Expand Up @@ -191,6 +192,7 @@ class Function(AWSObject):
"Role": (str, False),
"Runtime": (str, False),
"RuntimeManagementConfig": (RuntimeManagementConfig, False),
"SnapStart": (SnapStart, False),
"Tags": (dict, False),
"Timeout": (positive_integer, False),
"Tracing": (str, False),
Expand Down

0 comments on commit 4d391b0

Please sign in to comment.