How to - AWS Rest API Authentication
问题 I'm trying to make a Rest API using AWS API Gateway, Lambda, and DynamoDB. I'm using java-script as my lambda language, and I have successfully created some resources already. However, i don't understand how to make authenticated requests to my IP. I want simple HTTP Authentication. Can someone explain how to make authenticated requests to the API Gateway and Lambda? 回答1: Here is very Good GitHub Lambda Http Authentication Example Repository. You can walk through this example. A sample