{"library":"lambda-api","type":"library","category":null,"description":"lambda-api is a zero-dependency, lightweight web framework designed specifically for building serverless applications on AWS Lambda. It supports both AWS API Gateway Lambda Proxy Integration and ALB Lambda Target Support, providing a minimal yet familiar API similar to Express.js or Fastify for routing, middleware, and error handling. Optimized for the stateless, single-run execution model of Lambda, it prioritizes fast cold starts and low memory consumption by eschewing external dependencies. The package is currently at version 1.2.0, with a consistent release cadence of minor versions to introduce new features, enhance TypeScript type definitions, and resolve bugs. Its primary differentiation lies in its minimal footprint and dedicated focus on the unique demands of serverless environments, making it ideal for high-performance, cost-efficient serverless APIs.","language":"javascript","status":"active","version":"1.2.0","tags":["javascript","serverless","nodejs","api","AWS Lambda","API Gateway","web framework","json","schema","typescript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install lambda-api","imports":["import lambdaApi from 'lambda-api';\nconst api = lambdaApi();","import type { API } from 'lambda-api';","const api = require('lambda-api')();"]},{"cmd":"yarn add lambda-api","imports":[]},{"cmd":"pnpm add lambda-api","imports":[]}],"homepage":"https://lambda-api.com","github":"https://github.com/jeremydaly/lambda-api","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/lambda-api","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/lambda-api/compatibility"}}