Inbuilt authentication mechanism - API gateway

后端 未结 1 1746
Happy的楠姐
Happy的楠姐 2021-01-27 07:05

API gateway has in-built functionality to perform authorization.

But the examples provided by awslabs have lambda hooked to API gateway, where lambda is authorizing as p

1条回答
  •  粉色の甜心
    2021-01-27 07:50

    Solution 1 :

    Create and Use Usage Plans with API Keys : In this method you can use API Keys to authenticate a user. follow this link : API Keys method

    Solution 2 :

    You can AWS Amazon Cognito service for authentication. It is same as OKTA service. Follow this link : Amazon Cognito

    0 讨论(0)
提交回复
热议问题