Skip to content

Commit 57d5dd0

Browse files
Develop Docs: Updated AWS Lambda docs (#14990)
<!-- Use this checklist to make sure your PR is ready for merge. You may delete any sections you don't need. --> ## DESCRIBE YOUR PR Small update to the AWS Lambda docs in the develop docs. Adds some links to documentation that can be found in Notion or the contribution guide in the Python repo. Preview: https://develop-docs-git-antonpirker-developaws-lambda.sentry.dev/sdk/platform-specifics/serverless-sdks/aws-lambda/ ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [x] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [x] Checked Vercel preview for correctness, including links - [x] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) ## LEGAL BOILERPLATE <!-- Sentry employees and contractors can delete or ignore this section. --> Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms. ## EXTRA RESOURCES - [Sentry Docs contributor guide](https://docs.sentry.io/contributing/) --------- Co-authored-by: Ivana Kellyer <[email protected]>
1 parent 4a60a6d commit 57d5dd0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

develop-docs/sdk/platform-specifics/serverless-sdks/aws-lambda.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ sidebar_order: 10
55

66
Lambda functions can be written in numerous programming languages (JavaScript,
77
Python, Ruby, Java, Go, ...). Sentry is currently supporting automatic
8-
instrumentation of Lambda functions written in JavaScript and Python.
8+
instrumentation of Lambda functions written in [JavaScript](https://docs.sentry.io/platforms/javascript/guides/aws-lambda/)
9+
and [Python](https://docs.sentry.io/platforms/python/integrations/aws-lambda/).
910

10-
See the [Sentry Documentation](https://docs.sentry.io/product/integrations/cloud-monitoring/) on how to set up serverless instrumentation.
11+
See the [Sentry Documentation](https://docs.sentry.io/product/integrations/cloud-monitoring/)
12+
on how to set up serverless instrumentation.
1113

1214
## A short primer into AWS Lambda functions, and layers.
1315

@@ -79,3 +81,7 @@ this can be found [here](https://github.com/getsentry/sentry-javascript/blob/mas
7981

8082
To deploy a new version of the Lambda layer to AWS, you need to trigger a new
8183
release of the JavaScript SDK.
84+
85+
### Development Environment
86+
87+
When working on the Sentry AWS Lambda layer, the workflow is that you have your example Lambda function in a dev account on AWS and then deploy your local layer and attach it to your example function. How to do this in Python is described in the [contribution guide](https://github.com/getsentry/sentry-python/blob/master/CONTRIBUTING.md#contributing-to-sentry-aws-lambda-layer) of the Python SDK.

0 commit comments

Comments
 (0)