-
There is a performance degradation after adding the layer to AWS Lambda
The Dynatrace layers may require a minimum amount of memory, it is documented for Java, see the Dynatrace documentation here and the notes on the README.
-
After adding the layer, lambdas are timing out
Make sure you are using the latest versions of the VPC stack and SAM Deployment Pipeline as per the Prerequisites. In case we have fallen behind in keeping the versions up to date in the readme you can also check the di-devplatform-deploy repository tags for yourself.
If you are on the latest versions does your lambda function have outbound access to the internet? Is your lambda running in a protected subnet?
To help with debugging consider adding the environment variable
DT_LOGGING_DESTINATION
and setting it tostdout
-
ECS Task is getting a permission denied exception
Has the IAM role executing the ECS task been granted permssion to use resources in the observability account? See the notes at the start of the Fargate Template