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 to 1.34.32
Which area does this relate to?
Automation
Solution
No response
Acknowledgment
Why is this needed?
AWS Lambda functions come with boto3 and botocore
1.34.32included 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.32Which area does this relate to?
Automation
Solution
No response
Acknowledgment