mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
4 lines
86 B
TypeScript
4 lines
86 B
TypeScript
export const handler = async (event: any) => {
|
|
console.log(event);
|
|
return "ok";
|
|
}; |