
74. Function URLs vs API Gateway
AWS Bites
00:00
How to Use Lambda Function URLs to Create Simple Front-Ends
With Lambda function URLs, you can enable a bunch of use cases where you want to create some server-side functionality. It could be very beneficial if you already have your core request ready or maybe post-map request ready there and just quickly enable the function URL. But it's always worth keeping in mind what are the limitations there. You don't have DDoS protection. There is no routes or HTTP methods. And finally, since it's generated randomly, if you have to reconfigure whateverURL you're using for any reason, that's not going to be stable across the entire stack.
Play episode from 08:41
Transcript


