Replies: 1 comment
-
this is the part I was missing. I didn't realize extensions/layers were documented on a separate readme: https://github.com/awslabs/aws-lambda-rust-runtime/tree/main/lambda-extension#deployment I'll leave this open to document any additional tricks necessary to integrate an extension with a function |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Say I want to collect billed time and timeout metrics using telemetry, sending it to cloudwatch.
How do I use this library to package and deploy such a telemetry extension as a separate layer?
Beta Was this translation helpful? Give feedback.
All reactions