We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722550b commit 23fbefaCopy full SHA for 23fbefa
scripts/test-lambda-locally/README.md
@@ -17,7 +17,7 @@ is supported. Adding the SDK as Lambda Layer is not possible at the moment.
17
18
- Update `lambda_function.py` to include your test code.
19
- Run `./deploy-lambda-locally.sh`. This will:
20
- - Install [AWS SAM](https://aws.amazon.com/serverless/sam/) in an virtual Python environment
+ - Install [AWS SAM](https://aws.amazon.com/serverless/sam/) in a virtual Python environment
21
- Create a lambda function package in `package/` that includes
22
- The currently checked out Sentry SDK
23
- All dependencies of the Sentry SDK (certifi and urllib3)
0 commit comments