From the course: Learning Amazon Web Services Lambda
Unlock the full course today
Join today to access over 24,400 courses taught by industry experts.
Test your function with Postman - Amazon Web Services (AWS) Tutorial
From the course: Learning Amazon Web Services Lambda
Test your function with Postman
- [Instructor] You added an API Gateway to trigger the Lambda function and you test it in the browser, but the browser only allows you to do simple test with GET method. So you can only trigger the function when POST or you can only trigger the function when GET or trigger in the different functions on different methods. So if you want to test the different methods you need to use a different tool. If you are familiar with the command line you can use something like curl. But if you are more visual one tool that you can use is Postman. Postman is an API development environment and it has many features including calling HTTP endpoints. Using Postman, you can call any HTTP method you need like GET, POST, DELETE, and others. Also add headers and make your request with more advanced configurations. You can download Postman from the URL in the screen and then create an account to get started. When you're ready, open Postman and…
Contents
-
-
-
-
-
(Locked)
Create your first AWS Lambda3m 21s
-
(Locked)
AWS Lambda function triggers2m 44s
-
(Locked)
Introduction to API Gateway2m 38s
-
(Locked)
Add API Gateway as a trigger to Lambda4m 13s
-
(Locked)
Test your function with Postman2m 34s
-
(Locked)
Monitor your function with CloudWatch metrics3m 7s
-
(Locked)
Adding CloudWatch Logs3m 52s
-
(Locked)
Challenge39s
-
(Locked)
Solution2m 17s
-
(Locked)
-
-
-