new-relic-aws-lambda-integration

02
Jan
New Relic and AWS Lambda Integration - AWS SAM & CDK

New Relic and AWS Lambda Integration - AWS SAM & CDK

Native AWS tooling support. Discover patterns for injecting the New Relic agent and extension into your CloudFormation templates and CDK constructs ensuring observability is baked in at the build phase.
7 min read
02
Jan
New Relic and AWS Lambda Integration - Serverless Framework

New Relic and AWS Lambda Integration - Serverless Framework

Streamline deployment. Utilize the serverless-newrelic-lambda-layers plugin to automatically inject instrumentation during your sls deploy process, keeping your serverless.yml clean and efficient.
7 min read
02
Jan
New Relic and AWS Lambda Integration - Terraform Integration

New Relic and AWS Lambda Integration - Terraform Integration

Automate observability. Use the newrelic Terraform provider to manage alert policies and entity tags, and learn to attach Lambda layers purely through Infrastructure as Code (IaC).
7 min read
02
Jan
New Relic and AWS Lambda Integration - Key Alert Policies

New Relic and AWS Lambda Integration - Key Alert Policies

Sleep soundly. We define the essential alerts every serverless team needs, including error rate spikes, throttling events, dead letter queue depth, and excessive duration warnings.
7 min read
02
Jan
New Relic and AWS Lambda Integration - Dynamic Baseline Alerts

New Relic and AWS Lambda Integration - Dynamic Baseline Alerts

Static thresholds fail in dynamic environments. Configure alerts that learn your traffic patterns and only notify you when behavior deviates significantly from the norm, reducing alert fatigue.
7 min read
02
Jan
New Relic and AWS Lambda Integration - NRQL for Serverless

New Relic and AWS Lambda Integration - NRQL for Serverless

Master the query language. Learn specific NRQL commands to query ServerlessSample data, calculating average duration, error rates, and throughput for specific functions or regions.
7 min read
02
Jan
New Relic and AWS Lambda Integration - Custom Attributes

New Relic and AWS Lambda Integration - Custom Attributes

Add business context to code. Learn to tag invocations with data like userID or cartValue using recordCustomEvent, allowing you to connect technical performance directly to business outcomes.
7 min read
02
Jan
New Relic and AWS Lambda Integration - Memory Profiling

New Relic and AWS Lambda Integration - Memory Profiling

Stop guessing memory settings. Use the "Power Tuning" approach to visualize the relationship between allocated memory and duration, finding the sweet spot where performance meets cost efficiency.
7 min read
02
Jan
New Relic and AWS Lambda Integration - Cold Start Analysis

New Relic and AWS Lambda Integration - Cold Start Analysis

The serverless nemesis. Differentiate between initialization overhead and execution time. We analyze how bundle size and layers impact cold starts and when it is worth paying for Provisioned Concurrency.
7 min read
02
Jan
New Relic and AWS Lambda Integration - Pattern Matching

New Relic and AWS Lambda Integration - Pattern Matching

Cut through the noise. Create drop filters to ignore useless platform logs (like START or REPORT lines) and focus strictly on application logic errors to save on storage and ingestion costs.
7 min read