Files
codeql/javascript/ql/test/library-tests/frameworks/ServerLess/tst7/handler.js
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
}