13 Feb 2025 07:29 PM
As an organization we want to instrument each lambda, but have thousands of lambdas. Having to maintain a list of variables needed for the DT lambda layer on each lambda creates a lot of tech debt any time there is a new layer.
Is it on the roadmap to be able to provide the name of an AppConfig that the settings are stored in as the environment variable and the DT layer loads from there when your Wrapper Script /opt/dynatrace (defined in AWS_LAMBDA_EXEC_WRAPPER) runs?
Otherwise I may have to do this, which has its own drawbacks:
I've also got a ticket open with AWS to get their recommendations on how to orchestrate the wrapper scripts so mine runs, then dynatrace, then the lambda is invoked.
Thoughts??