Commit 7b94234
authored
docs: update deploy command (#52)
The README states the deployment command as `npx cdk deploy`, but in
reality, the `--all` option is required.
```console
$ npx cdk deploy
Bundling asset ServerlessWebappStarterKitUsEast1Stack/SignPayloadHandler/Handler/Code/Stage...
...84148bb8321ddc842250d6cdb82d2fb89f14d4ac4130f7bd5b3a064d3-building/index.js 1.5kb
⚡ Done in 26ms
[WARNING] aws-cdk-lib.aws_ec2.InstanceProps#keyName is deprecated.
- Use `keyPair` instead - https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_ec2-readme.html#using-an-existing-ec2-key-pair
This API will be removed in the next major release.
Since this app includes more than a single stack, specify which stacks to use (wildcards are supported) or specify `--all`
Stacks: ServerlessWebappStarterKitUsEast1Stack · ServerlessWebappStarterKitStack
```
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.1 parent da35fb1 commit 7b94234
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments