You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Troubleshooting for urllib3/OpenSSL is written around the old Lambda 3.7/3.8 (OpenSSL 1.0) case. That’s still true for those runtimes, but urllib3 2.x is fine on 3.9+.
SDK
Python SDK
Description
The AWS Lambda Layer (manual) page is out of date.
Source:
docs/platforms/python/integrations/aws-lambda/manual-layer/index.mdxSuggested Solution
.craft.ymlruntimes (include 3.12–3.13, and 3.14 once the layer ships it).Companion: getsentry/sentry-python#6908