New Relic
Using New Relic with Stackery
New Relic increases the observability of serverless stacks, giving you health information and deep tracing of poorly performing AWS Lambda functions.
To add the New Relic SDK to your stack, all you need to do is connect New Relic to your AWS account, then grab your account ID.
Then in the Stackery settings go to Integrations and add your New Relic account ID.
Your functions will be instrumented as soon as you next deploy them.
Implementation details
Instrumentation of functions is performed on all NodeJS and Python Lambdas automatically. All other functions will have the New Relic Lambda Extension applied, which improves telemetry reporting to the New Relic service, but manual source code instrumentation is required. The Stackery-automated instrumentation is applied at deployment time and is not saved as part of your SAM/CloudFormation template.
Removing New Relic
Should you want to remove New Relic, simply remove the key from the Integrations Menu in the Stackery dashboard and click 'Save'. Then redeploy your stacks.