-
Notifications
You must be signed in to change notification settings - Fork 32
1.11.1
#616
-
Summary
This release we fix a regression caused by release 1.7.0.
This bug caused the Metrics to not capture the Lambda context when in an AOT published Lambda.
Changes
{ "_aws": { "Timestamp": 1720714102216, "CloudWatchMetrics": [ { "Namespace": "ns", "Metrics": [ { "Name": "ColdStart", "Unit": "Count" } ], "Dimensions": [ [ "FunctionName" ], [ "Service" ] ] } ] }, "FunctionName": null, <--- should not be null "Service": "svc", "ColdStart": 1 }
🔧 Maintenance
- chore: Fix metrics lambda context and storage resolution (chore: Fix metrics lambda context and storage resolution #613 ) by @hjgraca
This release was made possible by the following contributors:
This discussion was created from the release 1.11.1.
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment