Is boto3 clients and resources support LambdaSnapstart ? #4355
Unanswered
maxcharlier
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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