我有一台Lambda通过API网关向世界公开。默认授权人配置为Cognito用户池,一切正常。
我需要能够只公开其中一个端点,而不需要客户端提供授权。
我使用AWS SAM来定义API,但我找不到为默认授权人指定异常的方法。
这是怎么做到的?
事实证明,可以禁用其中一个端点的授权器。
简单设置:
Properties:
Auth:
Authorizer: NONE
更多信息请点击此处:https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-property-api-apiauth.html