amazon-archives / awsmobile-cli

CLI experience for Frontend developers in the JavaScript ecosystem.
Apache License 2.0
142 stars 35 forks source link

cloud-api build, zip and uploading on every single run. #167

Open michaelcuneo opened 5 years ago

michaelcuneo commented 5 years ago

I've got two projects running side by side, both using the same resources and config from an awsmobile setup... the React.JS setup when running awsmobile run, builds and zips up random cloud-api files even if they're not changed... which causes the run to take quite a considerable amount of time. The exact same project inside a React.Native setup, when running awsmobile run, checks the local project, says there's no changes, and loads up very fast...

Is there an underlying filesystem, or linting issue that is causing this to happen? It appears to be quite random as to which cloud-api content it will decide to build and zip, but it does at least one of them every single time I run.

I'd be able to work a lot quicker, if it didn't.

kaustavghosh06 commented 5 years ago

We will look into this. Thanks for letting us know about it.