Skip to content

Commit

Permalink
chore(publish): Temporarily stop publishing lambda layer for v9 pevie…
Browse files Browse the repository at this point in the history
…w versions (#14707)

temporarily disables publishing a lambda layer while `develop`
is the branch where we cut v9 pre releases from. We shouldn't publish
prerelease layer versions since we can't mark these layers as
pre-release. They'd appear simply as stable new layer versions (with
incremented ARN number)
  • Loading branch information
Lms24 authored Dec 13, 2024
1 parent 85f87e4 commit b891abc
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,19 +143,20 @@ targets:
includeNames: /^sentry-internal-eslint-config-sdk-\d.*\.tgz$/

# AWS Lambda Layer target
- name: aws-lambda-layer
includeNames: /^sentry-node-serverless-\d+.\d+.\d+(-(beta|alpha|rc)\.\d+)?\.zip$/
layerName: SentryNodeServerlessSDK
compatibleRuntimes:
- name: node
versions:
- nodejs10.x
- nodejs12.x
- nodejs14.x
- nodejs16.x
- nodejs18.x
- nodejs20.x
license: MIT
# TODO(v9): Once stable, re-add this target to publish the AWS Lambda layer
# - name: aws-lambda-layer
# includeNames: /^sentry-node-serverless-\d+.\d+.\d+(-(beta|alpha|rc)\.\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 b891abc

Please sign in to comment.