Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dfangl committed Jul 7, 2023
1 parent cd3db26 commit 04217ae
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions localstack/services/awslambda/invocation/lambda_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
SNAP_START_SUPPORTED_RUNTIMES = [Runtime.java11, Runtime.java17]


# this account will be used to store all the internal lambda function archives at
# it should not be modified by the user, or visible to him, except as through a presigned url with the
# get-function call.
BUCKET_ACCOUNT = "949334387222"


Expand Down

0 comments on commit 04217ae

Please sign in to comment.