Skip to content

Tuscaney/notes-api-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notes API (AWS Lambda + API Gateway)

Overview

A minimal serverless API that returns a JSON array of notes via AWS Lambda and an HTTP API in API Gateway.
This project demonstrates how to deploy a simple Node.js Lambda function and connect it to an API Gateway endpoint to create a publicly accessible API.


Lambda

  • Name: notes-api
  • Runtime: Node.js (latest available, e.g., 22.x)
  • Handler: index.handler

API Gateway

IAM

  • Execution role: notes-api-role-hx4nbjn5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published