Hello, World!
This commit is contained in:
11
functions/index.js
Normal file
11
functions/index.js
Normal file
@@ -0,0 +1,11 @@
|
||||
const {
|
||||
createLambdaFunction,
|
||||
createProbot
|
||||
} = require('@probot/adapter-aws-lambda-serverless');
|
||||
|
||||
const appFn = require('../app');
|
||||
|
||||
module.exports.handler = createLambdaFunction(
|
||||
appFn,
|
||||
{ probot: createProbot() }
|
||||
);
|
||||
Reference in New Issue
Block a user