Can you define a URL Query String Parameter for a get request?

From Serverless 1.0 (which was released after those posts) the default is proxy-lambda integration. You need to add integration: lambda to your http event configuration to switch back to lambda integration. See https://serverless.com/framework/docs/providers/aws/events/apigateway#lambda-integration

1 Like