File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module Datadog
1212 module Lambda
1313 module VERSION
1414 MAJOR = 3
15- MINOR = 26
15+ MINOR = 27
1616 PATCH = 0
1717 PRE = nil
1818
Original file line number Diff line number Diff line change 22
33# Usage - run commands from repo root:
44# To check if new changes to the layer cause changes to any snapshots:
5- # BUILD_LAYERS=true DD_API_KEY=XXXX aws-vault exec sso-serverless-sandbox-account-admin -- ./scripts/run_integration_tests.sh
5+ # BUILD_LAYERS=true DD_API_KEY=XXXX ARCH=[arm64|amd64] aws-vault exec sso-serverless-sandbox-account-admin -- ./scripts/run_integration_tests.sh
66# To regenerate snapshots:
7- # UPDATE_SNAPSHOTS=true DD_API_KEY=XXXX aws-vault exec sso-serverless-sandbox-account-admin -- ./scripts/run_integration_tests.sh
7+ # UPDATE_SNAPSHOTS=true DD_API_KEY=XXXX ARCH=[arm64|amd64] aws-vault exec sso-serverless-sandbox-account-admin -- ./scripts/run_integration_tests.sh
88
99set -e
1010
You can’t perform that action at this time.
0 commit comments