getting message: forbidden reply from AWS API gateway

前端 未结 20 1078
鱼传尺愫
鱼传尺愫 2020-11-30 04:34

I am trying to create a lambda service on AWS and have it accessed from outside via the API gateway with no authentication or restriction required.

To make things ea

20条回答
  •  粉色の甜心
    2020-11-30 05:02

    If you set 'API Key Required' option to true, please check below.

    1. you have to pass 'x-api-key' HTTP Header Parameter to API Gateway.
    2. The API Key had to be created.
    3. In addition, you need to check a Usage Plan for the API Key on API Gateway Console.

提交回复
热议问题