I am trying to create a Rest API using the AWS API Gateway, Lambda and DynamoDB.
I use java-script as my lambda language and I have already successfully created some resources. However, I do not understand how to make authenticated requests for my IP.
I need simple HTTP authentication.
Can someone explain how to make authenticated requests to the API gateway and Lambda?
source share