def respond()

in src/smaLambda/callForwardingSMA.py [0:0]


def respond(*actions):
    return {
        'SchemaVersion': '1.0',
        'Actions': [*actions]
    }