Jun 15, 2021
Thanks for the response Brendan. You can indeed do that, but you miss out on the benefits of the API Gateway. If you configure as I've shown here the health checks don't actually invoke a lambda function - they pass with a 403 response from the API Gateway itself - they are only testing if the API endpoints are up. You could configure the health check path to hit a Lambda function if you wanted to, but it is optional