Skip to content

Commit

Permalink
Update compatible runtimes for AWS Lambda layer (#2453)
Browse files Browse the repository at this point in the history
Set the compatible runtimes in the Sentry AWS Lambda Layer to also include Python 3.9, 3.10, and 3.11. Older versions do not work in Lambda Functions because the Lambda function runtime uses versions of OpenSSL that we do not support.
  • Loading branch information
antonpirker authored Oct 20, 2023
1 parent 4d10edf commit bf218e9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ targets:
- name: python
versions:
# The number of versions must be, at most, the maximum number of
# runtimes AWS Lambda permits for a layer.
# runtimes AWS Lambda permits for a layer (currently 15).
# On the other hand, AWS Lambda does not support every Python runtime.
# The supported runtimes are available in the following link:
# https://docs.aws.amazon.com/lambda/latest/dg/lambda-python.html
- python3.6
- python3.7
- python3.8
- python3.9
- python3.10
- python3.11
license: MIT
- name: sentry-pypi
internalPypiRepo: getsentry/pypi
Expand Down

0 comments on commit bf218e9

Please sign in to comment.