cdk-watch | A CLI to watch and live-update your CDK Stack 's Lambdas | Serverless library
kandi X-RAY | cdk-watch Summary
kandi X-RAY | cdk-watch Summary
Run your CDK Stack's Lambda functions as if they were in a development environment.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of cdk-watch
cdk-watch Key Features
cdk-watch Examples and Code Snippets
Community Discussions
Trending Discussions on cdk-watch
QUESTION
I'm following the workshop provided by aws, https://cdkworkshop.com/20-typescript/30-hello-cdk/300-cdk-watch.html. When I issue
...ANSWER
Answered 2022-Jan-14 at 16:45This is the expected behaviour. "watch mode (cdk deploy --watch, or cdk watch for short) continuously monitors your CDK app's source files and assets for changes and immediately performs a deployment of the specified stacks when a change is detected".
Watch mode is a common CLI idiom. Typescript's tsc --watch
, works similarly, for instance, continuously compiling to js
as you make changes.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install cdk-watch
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page