Metadata-Version: 2.1
Name: newrelic-lambda
Version: 0.1.2
Summary: New Relic Lambda
Home-page: UNKNOWN
Author: New Relic
Author-email: support@newrelic.com
License: New Relic License
Description: 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
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: System :: Monitoring
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*
Description-Content-Type: text/x-rst
