jeremydaly / lambda-api

Lightweight web framework for your serverless applications
https://serverless-api.com
MIT License
1.41k stars 125 forks source link

Support for Lambda Function URLs #206

Closed GuidoNebiolo closed 2 years ago

GuidoNebiolo commented 2 years ago

It will be very useful to handle the event input from Lambda Function URLs: https://aws.amazon.com/it/about-aws/whats-new/2022/04/aws-lambda-function-urls-built-in-https-endpoints/

Blog Post: https://aws.amazon.com/it/blogs/aws/announcing-aws-lambda-function-urls-built-in-https-endpoints-for-single-function-microservices/

It should be very similar to the API Gateway event format.

jeremydaly commented 2 years ago

I'm actually working on this RIGHT NOW. The payload format is the same (API Gateway v2), but I'm verifying a few things.

jeremydaly commented 2 years ago

The current version is fully compatible! 🙌