NOTE: The 0.0.x versions are pre-beta. They might not work yet.
- Simplified the cookiecutter variables
- Used cookiecutter variables in the README
- Added static hosting the 'web' directory
- The 'test' directory for testing the cookiecutter template is now no longer removed during build but checked in, this prevented access violations
- Added the react web project
- Updated the build scripting to support web project
- Added tslint for the api
- Moved scripting to the proper directory
- Replaced some variables in the 'Output' of the template.yaml
- Added package.json for using npm scripting so we can run 'npm t' to test the template
- Output will be place in the ./test directory (will be cleared before every test)
- Added 'scripts' folder with some helper scripting.
- "npm run build" for deploying a project based on the cookiecutter template in ./test
- "npm run start:api" for navigating to the deployed project and doing "sam local start-api"
- Temporarily move back to nodejs 8.10 because of buggy node 10. But this is temporary.
- Updated README.md
- Added the default template from the AWS SAM CLI for nodejs 10
- Updated the README with the initial goals of the project.
- Added changelog
- Added license