I am new to AWS and I am setting up a API Gateway which will call a Lambda function that will post that data to a Kinesis Stream. The API Gateway Post request will contain several request parameters.
I am reading through the AWS docs and I see 2 options for accessing the request parameters.
1) Via the $input Variable doc
2) via Proxy Integration doc
Can you please explain the use case for proxy integration vs using the input variable?