Source: python-boto3
Version: 1.13.14-1

boto3 version in archive cannot handle s3 object lambda recent change
in bucket naming convention.

Typical error:

botocore.exceptions.ParamValidationError: Parameter validation failed:
Invalid bucket name
"arn:aws:s3-object-lambda:us-west-2:1234:accesspoint/mine": Bucket
name must match the regex "^[a-zA-Z0-9.\-_]{1,255}$" or be an ARN
matching the regex
"^arn:(aws).*:s3:[a-z\-0-9]+:[0-9]{12}:accesspoint[/:][a-zA-Z0-9\-]{1,63}$|^arn:(aws).*:s3-outposts:[a-z\-0-9]+:[0-9]{12}:outpost[/:][a-zA-Z0-9\-]{1,63}[/:]accesspoint[/:][a-zA-Z0-9\-]{1,63}$"

Reply via email to