Serverless Framework Node HTTP API on AWS This project showcases a simple HTTP API built with Node.js, running on AWS Lambda and API Gateway, and managed with the Serverless Framework. It’s a lightweight, serverless solution ideal for quick API prototyping or learning serverless architecture.
About the Project Purpose: A minimal HTTP API returning a success message. Endpoint: Single GET endpoint deployed via API Gateway. Deployment: Hosted on AWS Lambda with automatic scaling.
Technologies Used Node.js: Runtime for the Lambda function. AWS Lambda: Serverless compute service. AWS API Gateway: HTTP API routing and management. Serverless Framework: Infrastructure-as-code tool for deployment and configuration.
License MIT License. See for details