mirror of
https://github.com/yeslayla/haxe-lambda-example.git
synced 2025-12-06 17:33:32 +01:00
Initial commit
This commit is contained in:
5
export/index.js
Normal file
5
export/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const handler = require("handler");
|
||||
|
||||
exports.handler = async function(event, context, callback) {
|
||||
return handler.Handler.handler(event,context,callback);
|
||||
}
|
||||
Reference in New Issue
Block a user