chalice icon indicating copy to clipboard operation
chalice copied to clipboard

AWS Lambda Function URL support in Chalice

Open apfromiit opened this issue 3 years ago • 5 comments

https://www.infoq.com/news/2022/04/aws-lambda-function-urls/

https://docs.aws.amazon.com/lambda/latest/dg/lambda-urls.html

https://lumigo.io/blog/aws-lambda-function-url-is-live/

With the Lambda Function URLs feature, We can create REST APIs backed by Lambda functions without API Gateway with 900 seconds of timeout.

My code don't need any of the advanced functionality of API Gateway, such as request validation, throttling, custom authorizers, custom domain names, usage plans, or caching.

Created lambda function url in aws console for a pure lambda function deployed via chalice.

Would be nice if chalice supports a config to enable Lambda Functions URL.

apfromiit avatar Apr 12 '22 13:04 apfromiit

+1, this would be a great improvement, and could be configured as a decorator argument

j-adamczyk avatar Jun 30 '22 13:06 j-adamczyk

https://aws.amazon.com/about-aws/whats-new/2022/04/aws-lambda-function-urls-built-in-https-endpoints/

apfromiit avatar Nov 20 '22 08:11 apfromiit

+1, great idea, i had the same problem, any updates?

cherish-cherry avatar Dec 08 '22 05:12 cherish-cherry

This would be fantastic!

bryanhelmig avatar Mar 02 '23 18:03 bryanhelmig

https://github.com/aws/chalice/issues/2067

kapilt avatar Aug 21 '23 22:08 kapilt