stackery / list-api-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List API Frontend

This is a simple list app, written in NodeJS 10.x.

Follow the Stackery List API Frontend Tutorial to learn to use Stackery while writing this application.

The following are descriptions of the Stackery resources in this stack:

  • Rest API : An API Gateway with GET and POST endpoints

  • Function : Two Lambda functions will POST and GET items to and from the table

  • Table : A DynamoDB table that will store our items

  • Function : The Function deploys the static files that make up the frontend to an S3 bucket each time it is deployed.

  • Object Store : The S3 Bucket our Function will be publishing to. It will be configured to host a static website.

The application architecture is defined in the template.yaml, a Serverless Application Model (SAM) template which can be managed through the Stackery Dashboard at app.stackery.io.

About


Languages

Language:JavaScript 66.3%Language:HTML 28.2%Language:CSS 5.4%