This repository contains an example of an AWS Lambda function written in Golang and making use of the Consul Connect Native Integration.
The Lambda function itself is a rather contrived example, of an account interest calculation function which runs on a set interval within the company. Interest balances are stored in a Redis database which is registered as a Consul Connect service and access to which is controlled by Consul's Service Access Graph.