-
-
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
configure sam build --watch support #39
Comments
@asankagit Are you saying that changes to the functions aren't appearing or that changes to your SAM project aren't appearing? |
yes I have configured my webpack.config.js and package.js as above |
@asankagit
|
@asankagit The reason for the initial |
Webpack watch does seem to work for me. The slowness makes it hard to tell if latest changes are completed or still a in progress. Sometimes I could see a build complete just as I get ready to run, but it was actually a previous build that had not finished but did not have latest changes. I found it more efficient to manually run the build than keep wondering if I needed to wait longer for the "latest" change. |
I use
aws-sam-webpack-plugin
with webpack to build the files.webpack.config.js
instead of using
sam buld
I usenpm run build
in package.json
although webpack rebuild the changes, it does not appear when
sam local start-api
is running,
I am looking help for configure to appear changes
The text was updated successfully, but these errors were encountered: