How to integrate AWS Lambda with dynatrace?

Viewed 17

I have a use case of integrating aws lambda with dynatrace. I have all the dynatrace related libraries as a layer added to the lamda. Below is the structure of the layer zip file.

dynatrace/node_module/(multiple dynatrace libraries)

On the lambda side, I have been asked to put an env variable like below.

AWS_LAMBDA_EXEC_WRAPPER = /opt/dynatrace

When I run my function , I get "/opt/dynatrace does not exist".

How should I go about in making the dynatrace libs visible to the lambda and so that EXEC_WRAPPER works correctly.

0 Answers
Related