lambda-api
lambda-api copied to clipboard
Lightweight web framework for your serverless applications
Is there a way to use Lambda-api as a web framework?
Logger is not handling missing context... https://github.com/jeremydaly/lambda-api/issues/260
There is some historical ambiguity as to what the cookie value can contain. While there is a convention that the cookie value should be URL encoded, the specs don't seem...
This package seems really cool and I would love to be able to use it. However, it looks like it pulls in about 20M of dependencies on a fresh install,...
## Basic Type-Safe Setup ```typescript import { API, Request, Response, ALBContext, APIGatewayContext, APIGatewayV2Context } from 'lambda-api'; import { ALBEvent, APIGatewayProxyEvent, APIGatewayProxyEventV2 } from 'aws-lambda'; // Initialize with type inference const...