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 f6f4499 commit f2d02e2Copy full SHA for f2d02e2
.github/workflows/preview.yml
@@ -19,6 +19,8 @@ jobs:
19
github-token: ${{ secrets.GITHUB_TOKEN }}
20
localstack-api-key: ${{ secrets.LOCALSTACK_API_KEY }}
21
preview-cmd: |
22
+ npm install -g aws-cdk-local aws-cdk
23
+ pip install awscli-local[ver1]
24
make build
25
make bootstrap
26
make deploy
0 commit comments