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?
Here is very Good GitHub Lambda Http Authentication Example Repository. You can walk through this example.
A sample authentication service implemented with a server-less architecture, using AWS Lambda to host and execute the code and Amazon DynamoDB as persistent storage. This provides a cost-efficient solution that is scalable and highly available.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With