We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
aws-lambda-layer
1 parent 49de7dd commit 51031bbCopy full SHA for 51031bb
1 file changed
.craft.yml
@@ -12,6 +12,22 @@ targets:
12
type: sdk
13
config:
14
canonical: pypi:sentry-sdk
15
+ - name: aws-lambda-layer
16
+ includeNames: /^sentry-python-serverless-\d+(\.\d+)*\.zip$/
17
+ layerName: SentryPythonServerlessSDK
18
+ compatibleRuntimes:
19
+ - name: python
20
+ versions:
21
+ # The number of versions must be, at most, the maximum number of
22
+ # runtimes AWS Lambda permits for a layer.
23
+ # On the other hand, AWS Lambda does not support every Python runtime.
24
+ # The supported runtimes are available in the following link:
25
+ # https://docs.aws.amazon.com/lambda/latest/dg/lambda-python.html
26
+ - python2.7
27
+ - python3.6
28
+ - python3.7
29
+ - python3.8
30
+ license: MIT
31
32
changelog: CHANGELOG.md
33
changelogPolicy: simple
0 commit comments