Skip to content

An Angular2-based quickstart web app utilizing Amazon Cognito, S3, and DynamoDB (serverless architecture)

License

Notifications You must be signed in to change notification settings

nickksun/aws-cognito-angular2-quickstart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cognito Quickstart

What does this app do?

QuickStart Angular2 Cognito App

Tech Stack

Required Tools

Frameworks

AWS Setup

Install the required tools
This will install the AWS resources
  • cd aws
  • ./createResources.sh

Getting the code

# Clone it from github
git clone --depth 1 [email protected]:awslabs/aws-cognito-angular2-quickstart.git
# Install the NPM packages
npm install
# Run the app in dev mode
npm start
# Build the project and sync the output with the S3 bucket
ng build; cd dist; aws s3 sync . s3://budilov-cognito/
# Test it out
curl –I http://budilov-cognito.s3-website-us-east-1.amazonaws.com/

Necessary changes

Modify the following 2 files with your newly-created AWS service ids (Cognito, DDB, etc)

src/environments/environment.ts
src/environments/environment.prod.ts

About

An Angular2-based quickstart web app utilizing Amazon Cognito, S3, and DynamoDB (serverless architecture)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 40.1%
  • JavaScript 37.2%
  • HTML 14.5%
  • Shell 4.3%
  • CSS 3.9%