Skip to content

sbstjn/serverlessTodos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extending a Serverless REST API example

This project riffs off of the Serverless Framework Todo example, which demonstrates how to to create, list, get, update and delete Todos. DynamoDB is used to store the data.

What's Different?

This project extends the Serverless Framework example by adding:

Setup

First, follow the setup instructions for the Serverless Framework, then install needed NPM packages.

$ > npm install

Modes of Execution

First, look at local execution for how to run tests in your local environment. Then, look at CodePipeline execution for how to run tests as part of a CI/CD pipeline using AWS CodePipeline.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.8%
  • Shell 2.2%