如何配置AWS API网关以使用基本的http身份验证

时间:2017-07-14 08:05:52

标签: amazon-web-services http-authentication sendgrid-api-v3

我正在尝试为Lambda函数配置AWS API网关,该函数从Sendgrid(https://sendgrid.com/docs/API_Reference/Webhooks/event.html)接收事件Webhook请求。

请求将从我的内部系统外部发送,因此我希望对其进行某种身份验证。但根据Sendgrid的文档,只支持基本的http身份验证。 URL将如下所示: http(s):// username:password@domain/foo.php

我不知道如何设置API网关,因此它至少可以将用户名和密码传递给Lambda函数。

0 个答案:

没有答案