Skip to content

This template demonstrates how to make a simple HTTP API with Node.js running on AWS Lambda and API Gateway using the Serverless Framework.

Notifications You must be signed in to change notification settings

dinushchathurya/aws-node-http-api-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless Framework Node HTTP API on AWS

This template demonstrates how to make a simple HTTP API with Node.js running on AWS Lambda and API Gateway using the Serverless Framework.

API Endpoints

Endpoint Method Body
{url} POST { "todo": "Test ToDo" }
{url}/todos GET
{url}/todo/{id} GET
{url}/todo/{id} PUT { "completed": "true" }
{url}/todo/{id} DELETE

About

This template demonstrates how to make a simple HTTP API with Node.js running on AWS Lambda and API Gateway using the Serverless Framework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published