Skip to content

theITHollow/covid19-slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Covid 19 updates

This repository houses a go program used to retrieve statistics of the COVID19 Virus.

Lambda

The lambda folder includes a go program written for AWS Lambda that will post messages to a slack webhook. Instructions for creating that are found below.

  • build go binary with the following env to convert it for AWS

env GOOS=linux GOARCH=amd64 go build -o covid

  • Zip the file with

zip -j covid.zip covid

  • Upload to lambda and name the handler "covid"

About

Post Covid19 numbers to slack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages