updated lambdas to allow for new scheduling approach

This commit is contained in:
Gert Wohlgemuth
2018-06-05 22:24:08 -07:00
parent b33442e738
commit de086579e6
4 changed files with 97 additions and 65 deletions

View File

@@ -669,6 +669,7 @@ def lambda_context():
responses.add_passthru('https://api.github.com')
responses.add_passthru('https://bittrex.com')
responses.add_passthru('https://api.binance.com')
responses.add_passthru('https://freq.isaac.international')
yield
sns.stop()