1 Answer
- Newest
- Most votes
- Most comments
1
What version of boto3
are you using? You have have to create a ZIP file which includes the latest version of the library in order to access S3 Express One Zone.
Ref: https://docs.aws.amazon.com/lambda/latest/dg/python-package.html
Relevant content
- asked a year ago
- asked a year ago
- Accepted Answerasked a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated 10 months ago
I created a new Lambda function with the latest Python environment and used
boto3
bundled with it... I searched to find out which version ofboto3
is required, but did not find anything...The current version is 1.27.1. I will try to make a layer with the latest version.