lambda-api icon indicating copy to clipboard operation
lambda-api copied to clipboard

Lightweight web framework for your serverless applications

Results 86 lambda-api issues
Sort by recently updated
recently updated
newest added
trafficstars

It would be great to have bulit-in support for https://github.com/awslabs/aws-embedded-metrics-node so that there's access to the metrics publishing from the req/res for example.

Hey, im loving lambda-api so far. Quick question, is there a way to add a context to handlers ? Let's say ```javascript app.get("/posts", getPosts); async function getPosts(req,res,context){ const prisma =...

Hey there! I belong to an open source security research community, and a member (@yetingli) has found an issue, but doesn’t know the best way to disclose it. If not...

Hey Jeremy, This is more a question than a problem. I'm trying to implement api versioning based on path but then I need to change the lambda-api configuration to use...

i tried all method , but still exist cors issue, in my case preflight connection working properly it returns 200 But actual response fail here , my code is `const...

Just wanted to open this up, since `lambda-api` prides itself on being "zero dependencies". When starting out on a new project with `lambda-api`, I realized that my build started failing...

https://github.com/jeremydaly/lambda-api/blob/fc93110a8b9766c93a953deea67d13b9637519d2/index.d.ts#L197 https://github.com/jeremydaly/lambda-api/blob/2224ddf383e49285e9246e34409a39fec1fa57b5/lib/response.js#L407-L413 The current Typescript types for `Response.type` are incorrect, which breaks the ability to chain. Should be `this` instead.

Hi, My question is basically about the motivation to use routing within a lambda. Since one should apply the routing in gateway layer. When you migrate this logic to lambda,...

question

I am trying to use Lambda-api, and almost all of my routes will access a MySQL database (AWS RDS). Do you have a recommendation on how to set this up...

I've updated to 0.11 that supports v2 payload, however with Typescript, the type is still v1. Would it be possible to provide a run method with support for APIGatewayProxyEventV2? :)...