zappa / Zappa

Serverless Python
https://zappa.ws/zappa
MIT License
3.33k stars 363 forks source link

Add support for Lambda Function URLs #1121

Closed jdahlin closed 7 months ago

jdahlin commented 2 years ago

AWS recently announced support for Lambda Function URLs.

There's no additional pricing when using Function URLs.

It seems reasonable for Zappa to support that, perhaps even default to when creating new functions as there's less resources to configure and likely cheaper than API Gateway to use in the end.

jottenlips commented 2 years ago

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/lambda.html#Lambda.Client.create_function_url_config

This would be much nicer than the default URLs currently in place, happy to help.

monkut commented 2 years ago

I'm not familiar with the infrastructure setup code, but if you want to take a look at it, and see if you can come up with a solution, the contribution is welcome!

github-actions[bot] commented 7 months ago

Hi there! Unfortunately, this Issue has not seen any activity for at least 90 days. If the Issue is still relevant to the latest version of Zappa, please comment within the next 10 days if you wish to keep it open. Otherwise, it will be automatically closed.

github-actions[bot] commented 7 months ago

Hi there! Unfortunately, this Issue was automatically closed as it had not seen any activity in at least 100 days. If the Issue is still relevant to the latest version of Zappa, please open a new Issue.