Files
2021-06-07 17:19:19 +02:00

4 lines
119 B
JavaScript

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