Contributions

Article
In some scenarios you may want to not hardcode timeouts directly at the level of HTTP client inside your AWS Lambda function but share Go context across the whole function and pass it to each operation, making good use of the Go context cancellation. It’s supported by many packages including standard Go HTTP client or AWS SDK for Go.