User is not authorized to perform: apigateway:GET on resource:

23 Views Asked by At

I have created a simple AWS Amplify function (serverless function), and now I have created an API in order to interact with that Lambda function in my Flutter app. However, I am encountering an issue. Could anyone please guide me?

Screenshot 1

Screenshot 1

I was expecting that the interaction between the Flutter app and the Lambda function would work seamlessly without any errors. The Lambda function should be invoked successfully when the Flutter app makes an API call.

0

There are 0 best solutions below