torus-digital / torus_cms

An open source serverless content management system and static page generator
http://toruscms.org
MIT License
33 stars 3 forks source link

Adding resources in Amplify during installationm #96

Open gkpty opened 4 years ago

gkpty commented 4 years ago

the installation process of Torus CMS is quitye long. the user should simply be able to run npm i torus_cms and then be able to modifiy the structure.yml file, run the build script, and then use the amplify dependency for publishing resources to the cloud.

The user shouldn t have to add resource during installation. instead resources should be named in a generic fashion and the aws-exports file (only) has to be added to the .git_ignore file, other than that resources should have previously been added.