You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS Lambda functions come with boto3 and botocore 1.34.32 included in the runtime when customers create a new Lambda function or update an existing one.
Powertools for AWS Lambda (Python) provides customers the option to bring their own versions of boto3 and botocore by using aws_lambda_powertools[aws-sdk].
The boto3 library is currently pinned to version "^1.26.164" or later and we need to update the pinned version to 1.34.32
Why is this needed?
AWS Lambda functions come with boto3 and botocore
1.34.32
included in the runtime when customers create a new Lambda function or update an existing one.Powertools for AWS Lambda (Python) provides customers the option to bring their own versions of boto3 and botocore by using
aws_lambda_powertools[aws-sdk]
.The boto3 library is currently pinned to version
"^1.26.164"
or later and we need to update the pinned version to1.34.32
Which area does this relate to?
Automation
Solution
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: