AWS API gateway requires request template of type application/json, as shown above, AWS Gateway will parse and pass these values to AWS lambda. This should be created by python boto3. Structure is something similar to JSON structure in Java script
{
"userName":$input.json('$.userName'),
"password":$input.json('$.password'),
}
$input.jsonjQuery syntax?