chalice
chalice copied to clipboard
AWS Lambda Function URL support in Chalice
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.
+1, this would be a great improvement, and could be configured as a decorator argument
https://aws.amazon.com/about-aws/whats-new/2022/04/aws-lambda-function-urls-built-in-https-endpoints/
+1, great idea, i had the same problem, any updates?
This would be fantastic!
https://github.com/aws/chalice/issues/2067