amazon-archives / aws-cognito-angular-quickstart

An Angular(v5)-based QuickStart single-page app utilizing Amazon Cognito, S3, and DynamoDB (Serverless architecture)
https://cognito.budilov.com
Apache License 2.0
689 stars 302 forks source link

Fixing build so that when EB is chosen, packages.json gets executed #104

Closed jsheld closed 7 years ago

jsheld commented 7 years ago

Two changes:

  1. Update to packages.json with the correct build steps
  2. Modify the createResources.sh script so that npm run-script build processes packages.json and correctly builds the application.