Skip to content

lancehumiston/stonk-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stonk-lambda

Lambda function that pushes data to an SNS topic when a stock from Robinhood's "Top Movers" list reaches a configured regular market gain percentage threshold.

Build:

# Download the build-lambda-zip tool
$ go.exe get -u github.com/aws/aws-lambda-go/cmd/build-lambda-zip
# Build application for linux
$ GOOS=linux go build main.go
# Zip build for lambda
$ build-lambda-zip.exe -output main.zip main

Architecture:

diagram

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages