Merge branch 'aws' of https://github.com/berlinguyinca/freqtrade into aws
This commit is contained in:
commit
bb11e19ba9
@ -420,8 +420,15 @@ if __name__ == "__main__":
|
|||||||
{
|
{
|
||||||
"name": "BASE_URL",
|
"name": "BASE_URL",
|
||||||
"value": "https://freq.isaac.international/dev"
|
"value": "https://freq.isaac.international/dev"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FREQ_TICKER",
|
||||||
|
"value": "{}".format('5m')
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "FREQ_TIMERANGE",
|
||||||
|
"value": "{}".format(30)
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
}]},
|
}]},
|
||||||
)
|
)
|
||||||
|
@ -33,7 +33,7 @@ def submit(event, context):
|
|||||||
|
|
||||||
result = client.publish(
|
result = client.publish(
|
||||||
TopicArn=topic_arn,
|
TopicArn=topic_arn,
|
||||||
Message=json.dumps({'default': data}),
|
Message=json.dumps({'default': json.dumps(data, use_decimal=True)}),
|
||||||
Subject="persist data",
|
Subject="persist data",
|
||||||
MessageStructure='json'
|
MessageStructure='json'
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user