Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

1.11.1 #616

Unanswered
hjgraca asked this question in General
Jul 12, 2024 · 0 comments
Discussion options

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

This release was made possible by the following contributors:

@hjgraca


This discussion was created from the release 1.11.1.
You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant

AltStyle によって変換されたページ (->オリジナル) /