Lambda integrations in API Gateway
Lambda functions can be invoked on an HTTPS URL using methods GET, PUT, and POST. The data passed to the URL can be made available inside the lambda function too. You can integrate an API method with a Lambda function using Lambda proxy integration or non-proxy (custom) integration.