moorara / serverless-demo

A demo application using serverless architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Serverless

This is a simple web application and API server built using serverless architecture.

Architecture

system architecture

Prerequisites

In your local development environment, you need the following tools available in your path:

Terraform

You can deploy a fully functional web application with serverless APIs and distribute it using CloudFront.

Serverless Framework

You can deploy the serverless APIs and client application using Serverless framework.

Options

Option Default Description
profile aws cli profile
environment dev environment name
region us-east-1 deployment region

Commands:

You can deploy the resources as follows:

yarn run client
yarn run deploy
yarn run deploy-client

You can also remove the resources as follows:

yarn run remove
yarn run remove-client

About

A demo application using serverless architecture

License:ISC License


Languages

Language:HCL 46.3%Language:JavaScript 45.3%Language:Makefile 5.2%Language:HTML 2.6%Language:CSS 0.7%