AWS - API Gateway
This post will show how to integrate lambda function with API Gateway.
From the AWS UI -> API Gateway -> REST API.
We will proceed to add a POST Method. POST means we will send a payload and get response.
Enter the lambda function which we created in the previous post.
This will prompt to create role in lambda.
The next page takes to.
This will create an "Invoke URL". Now, let's try with the invoke URL from the local code.
Comments
Post a Comment