Hi everyone,
I have an AWS Lambda Function (that is a Spring Boot application) "hosted" into AWS Cloud using combination of API Gateway + Lambda to enable an API.
How is it possible to attach inspectit "agent.jar" while deploying my lambda function to AWS?
I'd tried to use template.yml section to set "-javaagent" but "*.jar" file never is found.
Thanks for help.
Hi everyone,
I have an AWS Lambda Function (that is a Spring Boot application) "hosted" into AWS Cloud using combination of API Gateway + Lambda to enable an API.
How is it possible to attach inspectit "agent.jar" while deploying my lambda function to AWS?
I'd tried to use template.yml section to set "-javaagent" but "*.jar" file never is found.
Thanks for help.