You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I started my first lambda (function url) in Rust and wanted to add the Newrelic Lambda Extension (arn:aws:lambda:eu-west-1:451483290750:layer:NewRelicLambdaExtension:51) to send logs and telemetry to Newrelic.
I used a fairly simple code (very much like the ones in the examples):
So I started my first lambda (function url) in Rust and wanted to add the Newrelic Lambda Extension (
arn:aws:lambda:eu-west-1:451483290750:layer:NewRelicLambdaExtension:51
) to send logs and telemetry to Newrelic.I used a fairly simple code (very much like the ones in the examples):
The lambda is configured with 2 minutes timeout and a reserved concurrency of 2.
When I call the lambda url I can only call it twice. However if I remove the extension layer, then I can call the lambda as many times as I want.
If I unset the reserved concurrency and make five requests I get the below pattern 5 times:
It is not clear to me why it always takes 2 minutes when the layer is configured. I'm probably missing something, but I don't know what.
Thanks for your help.
The text was updated successfully, but these errors were encountered: