mirror of
https://github.com/yeslayla/haxe-lambda-example.git
synced 2025-07-27 16:55:42 +02:00
Initial commit
This commit is contained in:
1
export/.gitignore
vendored
Normal file
1
export/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
handler.js
|
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