-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(aws-lambda): Add Serverless Framework code snippet for Python #3830
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/sentry/sentry-docs/F51wC88oRWq36YHGafzduuYpxxHP |
This LGTM but maybe @PeloWriter or @imatwawana could help to make this an include as we have everywhere else. |
Just resolved the merge conflicts 💃 Thanks @ahmedetefy for the changes and approval. |
Nothing further, thank you, @connorads. I'm tracking the suggestion to create |
…3830) * Add Serverless Framework example for Python * Refactored aws lambda code snippets for better readability * Add missing functions conf + rename layersResource back to custom Co-authored-by: Ahmed Etefy <[email protected]>
I've now opened up a PR for some examples: getsentry/examples#101 |
Updating docs for two reasons:
serverless
Context
Just tried to use
serverless
with Python and the AWS Lambda Layer Integration.Got something working, with a bit of trial and error, by combining the docs from:
Preview
https://sentry-docs-git-fork-connorads-patch-1.sentry.dev/product/integrations/aws-lambda/#serverless-framework