Home

Awesome

AWS Serverless Boilerplates

This boilerplate contains,

Prerequisite

Deploy resources, functions and endpoints

    cd api
    serverless deploy

Starting the client

    cd client
    npm Install
    node client.js

Visit localhost:3000