Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jharley/consul-connect-interest-lambda
Consul Connect and Serverless Example
https://github.com/jharley/consul-connect-interest-lambda
connect consul lambda redis
Last synced: 10 days ago
JSON representation
Consul Connect and Serverless Example
- Host: GitHub
- URL: https://github.com/jharley/consul-connect-interest-lambda
- Owner: jharley
- Created: 2018-10-22T22:41:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-22T22:48:01.000Z (about 6 years ago)
- Last Synced: 2024-10-12T01:20:56.519Z (2 months ago)
- Topics: connect, consul, lambda, redis
- Language: Go
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# consul-connect-interest-lambda
This repository contains an example of an [AWS Lambda](https://aws.amazon.com/lambda/) function written in Golang and making use of the [Consul Connect](https://www.consul.io/docs/connect/index.html) Native Integration.
## Background
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](https://www.consul.io/docs/connect/intentions.html).