AWS Serverless Boilerplates

This boilerplate contains,

  • AWS Lambda Functions
  • AWS API Gateway
  • Request Mapping Templates
  • Dynamodb table templates
  • IAM Roles Definition
  • AWS Custom Authorizer Authentication
  • CRUD for sample TODO application
  • Angular client that utilizes the API.

Prerequisite

Deploy resources, functions and endpoints

    cd api
    serverless deploy

Starting the client

    cd client
    npm Install
    node client.js

Visit localhost:3000