Test AWS Lambda functions locally
masterThe test-lambda-locally helper allows you to run an AWS Lambda function in a local environment that includes the currently checked-out version of the Sentry SDK. This is useful for verifying Sentry integration within a Lambda context before deploying to AWS.
Limitations:
- Only embedding the Sentry SDK directly into the Lambda function package is supported.
- Adding the SDK as a Lambda Layer is not currently possible.