Skip to content

Serverless REST API with AWS Lambda, DynamoDB, and API Gateway deployed using Terraform

Notifications You must be signed in to change notification settings

NVX-11/serverless-task-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serverless Task Manager API

Serverless REST API with AWS Lambda, DynamoDB, and API Gateway deployed using Terraform.

Tech Stack

  • AWS Lambda (Python 3.11)
  • DynamoDB
  • API Gateway
  • Terraform
  • CloudWatch

Deployment

terraform init
terraform apply
terraform output api_gateway_url

API Endpoints

Method Endpoint Description
POST /tasks Create task
GET /tasks List tasks
GET /tasks/{id} Get task
PUT /tasks/{id} Update task
DELETE /tasks/{id} Delete task

Cleanup

terraform destroy

Author

NVX-11

About

Serverless REST API with AWS Lambda, DynamoDB, and API Gateway deployed using Terraform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors