-
Notifications
You must be signed in to change notification settings - Fork 156
Feature request: Lambda Layer support for new regions eu-central-2
& eu-south-2
#1169
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
Comments
Hi @dreamorosi, how do you generate the layers listed in https://github.com/awslabs/aws-lambda-powertools-typescript/blob/main/docs/index.md ? I see they are all pointed to arn:aws:lambda::094274105915:layer:AWSLambdaPowertoolsTypeScript:6, so I am interested in knowing how the version (last token) is published, if it's possible to extract for example from github actions. Thanks! |
Hi @caioquirino the layers are published with this workflows, which uses a CDK app to do the job. However at the moment the we manually update the version number in the docs after each release. We have an open issue to automate this (#1124) but we haven't gotten around implementing it yet. From your question I'm assuming you'd like to get the latest version available in a programmatic way, is that the case? I would love to hear more about your use case/need and see if there's something that we can do to help you onboard the layers. |
@am29d offered to tackle this one. As part of this item we should include also:
|
|
The workflow that we merged has a missing comma here. I missed this during the review and got notified only when merging. |
|
Use case
Over the past days AWS has launched two new regions:
eu-central-2
(link) andeu-south-2
(link).Both regions are opt-in but they both launched with AWS Lambda support, which means Layers should be available.
Solution/User Experience
Over the next releases we should make an effort to publish Powertools Layers in those new regions similar to what we do currently in all other commercial ones.
Before start working on this, we should agree on the version strategy. For example, Powertools for Python keeps versions aligned also on newer regions, they have developed a script that does that automatically and that we could leverage.
Alternative solutions
No response
Acknowledgment
The text was updated successfully, but these errors were encountered: