cdklabs / cdk-monitoring-constructs

Easy-to-use CDK constructs for monitoring your AWS infrastructure
https://constructs.dev/packages/cdk-monitoring-constructs
Apache License 2.0
444 stars 56 forks source link

feat: upgrade secrets metric publisher Lambda to Node.js 18 #417

Closed echeung-amzn closed 10 months ago

echeung-amzn commented 10 months ago

Closes #393

Upgrades the second of the two Lambda handlers we have. Manually verified in a test account by manually invoking the Lambda with a valid event (e.g. {"secretId": "test-secret"}) and verifying that the metrics were emitted to CloudWatch.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license