working on initial lambda support

This commit is contained in:
Gert Wohlgemuth
2018-05-09 09:09:17 -07:00
parent 9d844696f9
commit f667041679
7 changed files with 272 additions and 0 deletions

View File

@@ -23,3 +23,7 @@ coinmarketcap==4.2.1
# Required for plotting data
#plotly==2.3.0
# required for the lambda module
moto
boto3