Skip to content

Simple crud api with ApiGateway, Lambda and DynamoDB

Notifications You must be signed in to change notification settings

ntwobike/serverless-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Serverless-Api

This is a simple crud api use aws sam, created with aws ApiGateway, Lambda and DynamoDB.

Before Deploy

Deployment

Prepare the deployment file

sam package --output-template-file <output-file-name.yaml> --s3-bucket <bucket-name>

deploy

sam deploy --template-file <output-file-name.yaml> --stack-name event-tracker-api --region <region>

About

Simple crud api with ApiGateway, Lambda and DynamoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages