Expected Behaviour
The docs show the current version of the lambda layer.
Current Behaviour
The docs show the layer version is 18.
Code snippet
Possible Solution
The docs are kept up to date.
Steps to Reproduce
Go to https://docs.aws.amazon.com/powertools/python/3.22.1/#lambda-layer_1
See that the current layer version is 18
Be a bit suspicious about the accuracy of the docs
Run aws ssm get-parameter --name /aws/service/powertools/python/arm64/python3.13/latest --query 'Parameter.Value' --output text
Feign surprise when the command returns arn:aws:lambda:us-east-1:017000801446:layer:AWSLambdaPowertoolsPythonV3-python313-arm64:26
Get a sense of deja vu
Search closed tickets
Find Bug: Layer Version is Wrong in Docs #6859 , which is an earlier instance of this issue
Realise I opened it
Create a new ticket
Promise you will personally thank the person who fixes this properly if they're at Reinvent
Powertools for AWS Lambda (Python) version
latest
AWS Lambda function runtime
3.12
Packaging format used
Lambda Layers
Debugging logs
Expected Behaviour
The docs show the current version of the lambda layer.
Current Behaviour
The docs show the layer version is 18.
Code snippet
Possible Solution
The docs are kept up to date.
Steps to Reproduce
aws ssm get-parameter --name /aws/service/powertools/python/arm64/python3.13/latest --query 'Parameter.Value' --output textarn:aws:lambda:us-east-1:017000801446:layer:AWSLambdaPowertoolsPythonV3-python313-arm64:26Powertools for AWS Lambda (Python) version
latest
AWS Lambda function runtime
3.12
Packaging format used
Lambda Layers
Debugging logs