-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to hot-reload template.yaml
?
#21
Comments
You might be able to use nodemon to restart webpack but I can't see another solution. The only time the entry points can be set in the webpack.config.js is when webpack loads it. If they provide another way to set them then I'm happy to revisit this request. |
After re-reading the Webpack docs I'm going to change the recommended |
Wow. I missed that entry-function feature in webpack. Thanks. Yeah, I'm already using nodemon. I know that webpack plugins can add dependencies to watch into webpack while building projects. |
P.S. There is also one trick, if |
I'm not planning to add further support for hot reloading based on the |
Hot reloading source files with
aws-sam-webpack-plugin
is such a wonderfull and convenient thing that it's hard to remember why things stopped to work after adding another lambda totemplate.yaml
:)So the question is is it really possible to hot-reload
template.yaml
when it's been changed?The text was updated successfully, but these errors were encountered: