Skip to content

14MR/lambda-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Lambda CRUD project

This is a simple project implementing CRUD operations and storing data in DocumentDB

Components

  • AWS Lambda
  • API Gateway
  • Github Actions with SAM pipeline
  • DocumentDB
  • Secret Manager with credentials for DB

AWS architecture

Dependencies

To use the SAM CLI, you need the following tools.

Use the SAM CLI to build and test locally

Build application

sam build --use-container

Run:

sam local start-api --region eu-west-2

or invoke events manually:

sam local invoke NewsCRUDFunction --event events/event_get.json
sam local invoke NewsCRUDFunction --event events/event_post.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages