export async function myFunction(event, context, callback) { const body = JSON.parse(event.body); // do something }