getting message: forbidden reply from AWS API gateway

前端 未结 20 1079
鱼传尺愫
鱼传尺愫 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:16

    Putting my experience over here as well. I tried all those things above and it turned out that putting the domain with a wildcard solved my {"message":"Forbidden"} issue: *.mydomain.com

提交回复
热议问题