Metadata-Version: 2.1
Name: serverless-aws-lambda-sdk
Version: 0.1.0
Summary: Serverless AWS Lambda SDK for Python
Author: serverlessinc
Project-URL: changelog, https://github.com/serverless/console/blob/main/python/packages/aws-lambda-sdk/CHANGELOG.md
Project-URL: documentation, https://github.com/serverless/console/tree/main/python/packages/aws-lambda-sdk
Project-URL: homepage, https://www.serverless.com/console
Project-URL: repository, https://github.com/serverless/console
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: tests

# serverless-aws-lambda-sdk

## AWS Lambda [Serverless Console](https://www.serverless.com/console) SDK for Python

Instruments AWS Lambda functions, propagates traces to the [Serverless Console](https://www.serverless.com/console/docs) and exposes Serverless SDK to the function logic

### Setup

#### 1. Register with [Serverless Console](https://console.serverless.com/)

#### 2. In [Serverless Console](https://console.serverless.com/) turn on integration for your AWS account and chosen Lambdas

### Instrumentation

AWS Lambda SDK automatically creates `aws.lambda`, `aws.lambda.initialization` and `aws.lambda.invocation` trace spans.

### SDK API

- [serverlessSdk](docs/sdk.md)
