TTraylor310 / serverless-api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Class - Lab 18 Serverless API

Author: Tim Traylor

Problem Explanation

DynamoDB used for 'peoples' database containing id/name/phone. API Gateway updated contains routes for CRUD operations:

  • GET (all / id)
  • POST
  • DELETE (id)
  • PUT (id)

Deployment API site

UML for Lab18

Credits: Morning code review

About

License:MIT License


Languages

Language:JavaScript 100.0%