Calling an AWS Lambda function URL with IAM authentication in Python
Using Mangum, you can host FastAPI and other ASGI apps on AWS Lambda. If you add a Lambda function URL, you don't even need to set up an API Gateway to expose the HTTP API to other services or the outside world. Even better, the function URL allows y...
pragmaticnotes.hashnode.dev4 min read