A simple script to fetch cryptocurrency rates from messari.io API and store these into a MongoDB database
meant to be used on AWS Lambda.
Build (for publishing to Lambda)
git clone https://github.com/Loupeznik/lambda-crypto-fetcher.git
cd lambda-crypto-fetcher
go get .
GOOS=linux GOARCH=amd64 go build -o main .
zip main.zip main