AWS lambda basic-authentication without custom authorizer
问题 I have a problem with setting up the basic authentication for my AWS lambda function written in Node.js. The problem: AWS lambda function which is a proxy for an additional service. This function only forwards the whole request and give the user the whole response. That's why I need to force the usage of the Authentication header and I would like to have the prompt window for passing the credentials: https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication Apart from the proxy part of