We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb4d6d8 commit 6356961Copy full SHA for 6356961
ci/input_files/build.yaml.tpl
@@ -181,6 +181,7 @@ publish-layer-{{ $environment_name }} ({{ $runtime.name }}-{{ $runtime.arch }}):
181
set -x
182
STAGE={{ $environment_name }} PYTHON_VERSION={{ $runtime.python_version }} ARCH={{ $runtime.arch }} ./ci/publish_layers.sh | tee publish.log
183
# Extract the arn from the publish log to be used as envvar in e2e tests
184
+ cat publish.log
185
layer_arn="$(grep 'Published arn' publish.log | grep -oE 'arn:aws:lambda:.*:\d+')"
186
if [ -z "$layer_arn" ]; then
187
echo "Error: Layer ARN not found in publish log"
0 commit comments