-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Lambda Runtime Version ARNs? #3735
Comments
Hi @DilLip-Chowdary-Codes thanks for reaching out. Does the list_versions_by_function command accomplish what you are trying to do? There is also a paginator to help get the full results. |
@tim-finnigan These return functions versions, but I'm expecting a runtime version list |
Hi @DilLip-Chowdary-Codes thanks for following up. The list_versions_by_function command returns a |
Greetings! It looks like this issue hasn’t been active in longer than five days. We encourage you to check if this is still an issue in the latest release. In the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or upvote with a reaction on the initial post to prevent automatic closure. If the issue is already closed, please feel free to open a new one. |
@tim-finnigan tqs for the response, But I'm expecting some kind of API or Doc which provides a list of all version ARNs With Lambda list_versions_by_function or CloudWatch logs as documented here, we only get few runtime version ARNs those we've used, but we want all the version ARNs list |
Hi thanks for following up. I reached out to the Lambda team to see if they would support this. Please refer to aws/aws-sdk#552 for updates going forward, as that repository is used to track cross-SDK issues that involve service APIs. |
Describe the feature
AWS Lambda functions as a runtime management configuration that allows us to customize the runtime version for the lambda function. Still, there is no official source for referring to the runtime version arns.
In the Lambda runtime updates blog, you've mentioned looking at cloud watch logs to get the previous runtime version arn
Use Case
To get the list of versions for the runtime, it could be better if we've either a blog or provide API to list those versions
we can get previous versions from Cloudwatch, but what if I didn't invoke the lambda function in the previous version
running period, and now my lambda function runtime version was updated to the latest?
Proposed Solution
Provide the list of runtime versions available
Other Information
No response
Acknowledgements
SDK version used
aws-cli/1.27.143 Python/3.8.10 Linux/5.8.0-63-generic botocore/1.29.143
Environment details (OS name and version, etc.)
NA
The text was updated successfully, but these errors were encountered: