Metadata-Version: 2.4
Name: newrelic-lambda
Version: 0.1.9
Summary: New Relic Lambda
Author: New Relic
Author-email: support@newrelic.com
License: New Relic License
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: System :: Monitoring
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
Requires-Dist: newrelic>=5.12.0.140
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

New Relic Lambda Handler
========================

This module provides a decorator, ``lambda_handler`` that enables New Relic instrumentation
of an AWS Lambda function.

New Relic recommends using its Lambda Layer for seamless instrumentation. For the manual
instrumentation process, check out
https://docs.newrelic.com/docs/serverless-function-monitoring/aws-lambda-monitoring/get-started/enable-new-relic-monitoring-aws-lambda#instrument-lambda
