CDK Watch not working with NodejsFunction #20084
-
I currently use NodejsFunction to create/update lambda resources. My lambda is written in typescript. I was looking to hotswap the lambda modifications after each save using cdk watch. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Can you show the relevant part of your CDK code, and the output of |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Can you show the relevant part of your CDK code, and the output of
cdk diff
when you make the change to your code?