oura 2.2.0

The tail of Cardano
Documentation
1
2
3
4
def handler(event, context):
    # Oura invokes the function once per chain event; the payload is the JSON record.
    print("oura event:", event)
    return {"statusCode": 200}