Upgrade all AWSO related Lambda functions to Nodejs 24 and Python v3.14.0#229
Merged
akhil-sumologic merged 6 commits intofy27q1from Apr 21, 2026
Merged
Upgrade all AWSO related Lambda functions to Nodejs 24 and Python v3.14.0#229akhil-sumologic merged 6 commits intofy27q1from
akhil-sumologic merged 6 commits intofy27q1from
Conversation
There was a problem hiding this comment.
Pull request overview
Upgrades selected AWS Observability-related Lambda functions/templates to newer Node.js and Python runtimes, with a small refactor of the log group connector handler and updated packaged artifact references.
Changes:
- Update Python Lambda runtimes from
python3.13topython3.14in Sumo App Utils and Auto-Enable S3 Logging templates. - Update Log Group Connector Lambda runtimes from
nodejs22.xtonodejs24.xand refactor the handler away from the callback pattern. - Refresh packaged template artifact locations (S3 CodeUri hashes/versions) and bump the Auto-Enable S3 Logging app semantic version.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| sumologic-app-utils/sumo_app_utils.yaml | Updates Lambda runtime to python3.14. |
| sumologic-app-utils/packaged_sumo_app_utils.yaml | Updates packaged SAR template runtime to python3.14. |
| loggroup-lambda-connector/src/loggroup-lambda-connector.js | Refactors handler to async-return style; changes error handling behavior. |
| loggroup-lambda-connector/sam/template.yaml | Updates Node.js runtime to nodejs24.x for both functions in the app template. |
| loggroup-lambda-connector/sam/packaged.yaml | Updates packaged SAR template runtime to nodejs24.x and refreshes CodeUri hash. |
| awsautoenableS3Logging/sumologic-s3-logging-auto-enable.yaml | Bumps app version and updates runtime to python3.14 + app-utils CodeUri. |
| awsautoenableS3Logging/packaged.yaml | Mirrors version/runtime/CodeUri updates in the packaged SAR template. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.