Skip to content

tomcjohn/weatherman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Run locally

python ./weatherman.py

Install deps

pip install lxml requests requests_ftp -t .

Create zip file for deployment

rm ../weatherman.zip && zip -qr ../weatherman.zip . -x ".git/*"

Push new source code for lambda

aws lambda update-function-code --function-name weatherman --zip-file fileb://../weatherman.zip

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages