Is boto3 clients and resources support LambdaSnapstart ? #4355
Unanswered
maxcharlier
asked this question in
Q&A
Replies: 1 comment
-
If you look at the AWS Lambda documentation, this is already outlined.
Further flexibility can be utilized with runtime hooks. https://docs.aws.amazon.com/lambda/latest/dg/snapstart-best-practices.html#snapstart-networking |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I would like to know if boto3 already implement
at the Python
__init__
class level or do we have to check network connection our self when using Snapstart ?I mean if I have
boto3.client('dynamo-db")
in my cold start to we have to implement a logic to check if the connection is still live or not after the restart ?https://aws.amazon.com/blogs/aws/aws-lambda-snapstart-for-python-and-net-functions-is-now-generally-available/
Best regards
Beta Was this translation helpful? Give feedback.
All reactions