Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Layer version is currently inconsistent #3494

Closed
rubenfonseca opened this issue Dec 12, 2023 · 4 comments · Fixed by #3498
Closed

Bug: Layer version is currently inconsistent #3494

rubenfonseca opened this issue Dec 12, 2023 · 4 comments · Fixed by #3498
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation layers Lambda Layers work

Comments

@rubenfonseca
Copy link
Contributor

Expected Behaviour

As of today, the documentation states:

You can install Powertools for AWS Lambda (Python) using one of the following options:
Lambda Layer (x86_64): [arn:aws:lambda:{region}:017000801446:layer:AWSLambdaPowertoolsPythonV2:53](https://docs.powertools.aws.dev/lambda/python/latest/#)📋
Lambda Layer (arm64): [arn:aws:lambda:{region}:017000801446:layer:AWSLambdaPowertoolsPythonV2-Arm64:53](https://docs.powertools.aws.dev/lambda/python/latest/#)📋

So I would expect that the layer version in all regions would be version 53

Current Behaviour

Some regions have skewed versions.

image

Code snippet

N/A

Possible Solution

No response

Steps to Reproduce

Go to the documentation, and look at the list of layer versions

Powertools for AWS Lambda (Python) version

latest

AWS Lambda function runtime

3.7

Packaging format used

Lambda Layers

Debugging logs

No response

@rubenfonseca rubenfonseca added bug Something isn't working triage Pending triage from maintainers labels Dec 12, 2023
@rubenfonseca rubenfonseca self-assigned this Dec 12, 2023
@rubenfonseca rubenfonseca added layers Lambda Layers work and removed triage Pending triage from maintainers labels Dec 12, 2023
@rubenfonseca rubenfonseca moved this from Triage to Working on it in Powertools for AWS Lambda (Python) Dec 12, 2023
@rubenfonseca rubenfonseca added the documentation Improvements or additions to documentation label Dec 12, 2023
@rubenfonseca
Copy link
Contributor Author

This was the commit where things started to diverge: https://github.com/aws-powertools/powertools-lambda-python/pull/3206/files

@rubenfonseca
Copy link
Contributor Author

This is consistent with the 2.26.0 release, where we added "ARM64 Lambda Layer support on additional regions"

Copy link
Contributor

⚠️COMMENT VISIBILITY WARNING⚠️

This issue is now closed. Please be mindful that future comments are hard for our team to see.

If you need more assistance, please either tag a team member or open a new issue that references this one.

If you wish to keep having a conversation with other community members under this issue feel free to do so.

@github-actions github-actions bot added the pending-release Fix or implementation already in dev waiting to be released label Dec 13, 2023
Copy link
Contributor

This is now released under 2.30.0 version!

@github-actions github-actions bot removed the pending-release Fix or implementation already in dev waiting to be released label Dec 14, 2023
@rubenfonseca rubenfonseca moved this from Coming soon to Shipped in Powertools for AWS Lambda (Python) Dec 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation layers Lambda Layers work
Projects
Status: Shipped
Development

Successfully merging a pull request may close this issue.

1 participant