Lambda function URLs: deploy and test with CDK
In this article, we are going to discover a new feature from AWS Lambda : function URLs.
Definition
A function URL is a dedicated HTTP(S) endpoint for your Lambda function.The endpoints have the following format:
https://<url-id>.lambda-url.<regio...
crunchcrunch.me3 min read