Skip to content

Commit 5a782c3

Browse files
authored
Deactivated deployment of Lambda Layer until new Lambda Extension is production ready (#5148)
Deactivated deployment of Lambda Layer until new Lambda Extension is production ready. With this we make sure, that we do not break existing Lambda Layer users.
1 parent 945437a commit 5a782c3

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

.craft.yml

+14-10
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@ minVersion: '0.23.1'
22
changelogPolicy: simple
33
preReleaseCommand: bash scripts/craft-pre-release.sh
44
targets:
5-
- name: aws-lambda-layer
6-
includeNames: /^sentry-node-serverless-\d+.\d+.\d+(-(beta|alpha)\.\d+)?\.zip$/
7-
layerName: SentryNodeServerlessSDK
8-
compatibleRuntimes:
9-
- name: node
10-
versions:
11-
- nodejs10.x
12-
- nodejs12.x
13-
- nodejs14.x
14-
license: MIT
5+
#
6+
# Deactivated for now. This needs to be reactivated if the new Sentry Lambda Extension is deployed to production.
7+
# (ask Anton Pirker if you have questions.)
8+
#
9+
# - name: aws-lambda-layer
10+
# includeNames: /^sentry-node-serverless-\d+.\d+.\d+(-(beta|alpha)\.\d+)?\.zip$/
11+
# layerName: SentryNodeServerlessSDK
12+
# compatibleRuntimes:
13+
# - name: node
14+
# versions:
15+
# - nodejs10.x
16+
# - nodejs12.x
17+
# - nodejs14.x
18+
# license: MIT
1519
- name: gcs
1620
includeNames: /.*\.js.*$/
1721
bucket: sentry-js-sdk

0 commit comments

Comments
 (0)