in src/lambda/lambda-handler.py [0:0]
def main(event, context): # save event to logs print(event) return { 'statusCode': 200, 'body': event }