Skip to content

Simple (as it can be) serverless boilerplate with API Gateway, Lambda, DynamoDB and Cognito.

Notifications You must be signed in to change notification settings

akirsman/demoserverless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demoserverless

Simple (as it can be) serverless boilerplate with API Gateway, Lambda, DynamoDB and Cognito.

This project is a boilerplate of a web app based on Serverless Framework. It implements a Cognito user workflow of registration, sign-in and some calls to API Gateway REST API protected by Cognito.

UI is based on Skeleton.

Deployment:

  1. clone this project
  2. install this plugin: npm i serverless-s3-sync
  3. set sitebucket's BucketName and s3sync's bucketName in serverless.yml to some unique URL of your choice
  4. serverless deploy
  5. serverless info --verbose
  6. fill website/js/config.js with appropriate data
  7. serverless deploy

Then navigate to the bucket web hosting URL, register, signin etc.

About

Simple (as it can be) serverless boilerplate with API Gateway, Lambda, DynamoDB and Cognito.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published