AWS Lambda function REST API end point - 403 error

后端 未结 5 868
不知归路
不知归路 2021-01-04 00:06

I have an AWS Lambda function that is exposed as a REST API.

When it is invoked it via the Test button on aws lambda console, it works.

When it is invoked v

5条回答
  •  Happy的楠姐
    2021-01-04 00:24

    If you are writing logs to cloudwatch, then make sure CloudWatch log role ARN is configured. It can be accessed from API --> settings.

提交回复
热议问题