(lambda): ParamsAndSecretsVersions should return the latest, or new versions should be made available #31772
Labels
@aws-cdk/aws-lambda
Related to AWS Lambda
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
calling
will always return the lambda layer with a version of 4 for us-east-1. the CDK documentation states that this is the latest version, while the documentation in lambda shows that 14 is the latest in this region.
Can new parameter versions be added to track the latest deployed versions in all regions?
Use Case
we want to stay current with the latest code, ensuring there are no vulnerabilities in old code that is known not to be latest
Proposed Solution
add an additional versions or potentially a
LATEST
that tracks the lambda latest release per regionOther Information
No response
Acknowledgements
CDK version used
2.151.0
Environment details (OS name and version, etc.)
Ubuntu 22.04.3 LTS x86
The text was updated successfully, but these errors were encountered: