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 561ffcc commit 9aa68bfCopy full SHA for 9aa68bf
.github/workflows/reusable_deploy_layer_stack.yml
@@ -97,6 +97,7 @@ jobs:
97
path: ./cdk-layer-stack/* # NOTE: upload-artifact does not inherit working-directory setting.
98
if-no-files-found: error
99
retention-days: 1
100
+ overwrite: true
101
- name: CDK deploy canary
102
run: npm run cdk -w layers -- deploy --app cdk.out --context region=${{ matrix.region }} 'CanaryStack' --require-approval never --verbose --outputs-file cdk-outputs.json
103
update_layer_arn_docs:
0 commit comments