Skip to content

Commit

Permalink
build(aws-lambda/v7): Turn off lambda layer publishing (#11875)
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst committed May 3, 2024
1 parent ae5d7c8 commit 0ee4235
Showing 1 changed file with 17 additions and 13 deletions.
30 changes: 17 additions & 13 deletions .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,20 +144,24 @@ targets:
id: '@sentry/node-experimental'
includeNames: /^sentry-node-experimental-\d.*\.tgz$/

# NOTE: Lambda layer releasing was turned off for v7, because AWS lambda versioning is linear, meaning the version number is always increased by 1 for each release.
# Since this would make it impossible for us to communicate to people which layer version corresponds to which SDK version,
# we will simply not publish lambda layers for v7 any longer. The latest released lambda layer for v7 was 235.

# AWS Lambda Layer target
- name: aws-lambda-layer
includeNames: /^sentry-node-serverless-\d+.\d+.\d+(-(beta|alpha)\.\d+)?\.zip$/
layerName: SentryNodeServerlessSDK
compatibleRuntimes:
- name: node
versions:
- nodejs10.x
- nodejs12.x
- nodejs14.x
- nodejs16.x
- nodejs18.x
- nodejs20.x
license: MIT
# - name: aws-lambda-layer
# includeNames: /^sentry-node-serverless-\d+.\d+.\d+(-(beta|alpha)\.\d+)?\.zip$/
# layerName: SentryNodeServerlessSDK
# compatibleRuntimes:
# - name: node
# versions:
# - nodejs10.x
# - nodejs12.x
# - nodejs14.x
# - nodejs16.x
# - nodejs18.x
# - nodejs20.x
# license: MIT

# CDN Bundle Target
- name: gcs
Expand Down

0 comments on commit 0ee4235

Please sign in to comment.