Amazon web services – AWS Lambda Function URL – CORS Allow origin is not working properly
I am trying to allow requests to my Lambda Function URL only from my specific URL and only for POST methods. Here is my Lambda Function URL configuration: Here is the Lambda function content: import json def lambda_handler(event, context): #…