This repository has been archived by the owner on Feb 7, 2020. It is now read-only.
v1.0.16
The init command workflow is enhanced
-
init chooses suitable strategy based on the project original status, e.g. allowing the option to use the existing backend spec to setup the backend awsmobile project, facilitating the collaborations for open source projects
-
init guesses the project's framework (react, vue, etc.), and sets the default configurations accordingly.
-
a new file project-config.json file is added to store the project configuration separately, ideally only this file is checked into codebase repo, collaborators run awsmobile init after clone/fork the repo, to setup their own backend awsmobile project
-
aws-exports.js file is put in the .gitignore file