aws/aws-lambda-runtime-interface-emulator

Handler hangs when using datadog-agent from the Datadog-Extension layer (version 19,21)

KevinSucre opened this issue · 0 comments

When using datadog-agent the handler hangs (300s) then kills the container.

Using the debug log I was able to track it down to this call:

if err := invokeFlow.AwaitAgentsReady(); err != nil {

Any hints on what could be the issue here ?