powertools-lambda-python
powertools-lambda-python copied to clipboard
Bug: Layer Version is Wrong in Docs
Expected Behaviour
The docs show the current version of the lambda layer.
Current Behaviour
The docs show the layer version is 18.
Code snippet
See reproduction steps.
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 #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
Hey @skwashd ! Thanks for the detailed reproduction steps. You're absolutely right, this is clearly a recurring issue since you reported it in #6859, and we have a process gap that needs fixing systematically. I'm moving this to our backlog. Thanks! And if you find us at re:Invent, please let us know 😄
assign to me