How to make call to AWS Lambda function with Cognito User logged into ASP .NET Razor website
I believe the code below is how I would make a call to my AWS Lambda function. Users log into the site with Cognito. Would I somehow get credentials from the User.Identity or would I use an access key/secret here?
How to make call to AWS Lambda function with Cognito User logged into ASP .NET Razor website
I believe the code below is how I would make a call to my AWS Lambda function. Users log into the site with Cognito. Would I somehow get credentials from the User.Identity or would I use an access key/secret here?