File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
2- set -e
3-
2+ set -x
43pip install --require-hashes -r requirements.txt --target ./package
54pip install --no-deps --target ./package .
65cp ./configuration/exodus-lambda-deploy.yaml ./package
76scripts/mk-config > ./package/lambda_config.json
7+ ls -al .
8+ echo $EXODUS_LAMBDA_VERSION
89aws cloudformation package \
910 --template ./package/exodus-lambda-deploy.yaml \
1011 --s3-bucket $PROJECT -pipeline-artifacts \
Original file line number Diff line number Diff line change 11#! /bin/bash
2- set -e
2+ set -x
33
44export ORIGIN_RESPONSE_LOGGER_LEVEL=${ORIGIN_RESPONSE_LOGGER_LEVEL:- WARNING}
55export ORIGIN_REQUEST_LOGGER_LEVEL=${ORIGIN_REQUEST_LOGGER_LEVEL:- WARNING}
@@ -13,5 +13,7 @@ export EXODUS_TABLE=${EXODUS_TABLE:-$PROJECT-cdn-$ENV_TYPE}
1313export EXODUS_CONFIG_TABLE=${EXODUS_CONFIG_TABLE:- $PROJECT -config-$ENV_TYPE }
1414export EXODUS_SECRET_ARN=${EXODUS_SECRET_ARN}
1515export EXODUS_KEY_ID=${EXODUS_KEY_ID}
16+ export EXODUS_LAMBDA_VERSION=" ${EXODUS_LAMBDA_VERSION:- $(date -u --iso=s) ${CODEBUILD_RESOLVED_SOURCE_VERSION} } "
1617
1718envsubst < ./configuration/lambda_config.template
19+ echo $EXODUS_LAMBDA_VERSION
You can’t perform that action at this time.
0 commit comments