Skip to content

JAWS: The Javascript + AWS Stack – A monstrously scalable, server-free, web application boilerplate using bleeding-edge AWS services...

Notifications You must be signed in to change notification settings

jaytoday/JAWS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JAWS stack javascript aws node.js express auroradb dynamodb lambda

JAWS: The Javascript + AWS Stack

Under-Construction! Go for a swim while we finish this. The water is nice...

=================================

JAWS stack diagram javascript aws node.js express auroradb dynamodb lambda

Starring

Javascript:

  • Node.js
  • Express.js
  • HTML5 Boilerplate – Insert the javascript front-end framework du-jour here.

AWS Services:

  • DynamoDB - NOSQL data storage for data that changes shape.
  • Lambda - Build worker tasks that you can spawn and scale infinitely.
  • API Gateway - Traditional Relational data storage at Aurora's incredible speed.
  • API Gateway - Traditional Relational data storage at Aurora's incredible speed.

Set-Up

AWS Set-Up

Creating New API Routes/Lambda Functions

  • Copy and paste the api/template folder somewhere in the api folder and rename it.
  • To require the lib into your Lambda functions, we recommend creating an npm link. Cd into your lib folder, run npm link, then cd into your lambda function's folder and run npm link jaws-lib.

Resources

About

JAWS: The Javascript + AWS Stack – A monstrously scalable, server-free, web application boilerplate using bleeding-edge AWS services...

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.2%
  • CSS 10.0%
  • HTML 7.8%