-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS Lambda Function URL support in Chalice #1913
Comments
+1, this would be a great improvement, and could be configured as a decorator argument |
+1, great idea, i had the same problem, any updates? |
This would be fantastic! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: