Thumbnail for video 'Get started with AWS Lambda - Passing information through API Gateway'

← Back to courses

Passing information through API Gateway

In this video I'll show you how to capture user input in API Gateway and pass it to your Lambda functions. We will tweak our random number generator so that it generates a number between a minimum and maximum that we pass along with our HTTP request.

Source code

Source code of the improved function and integration request template can be found on GitHub.