How to Log API Calls for AWS Lambda Go functions
AWS Lambda is a serverless compute service that runs your code in response to events and automatically manages the underlying compute resources for you. Amazon API Gateway is a managed service that allows developers to define the HTTP endpoints of a REST API and connect those endpoints with the corresponding backend business logic.