probot-serverless-now icon indicating copy to clipboard operation
probot-serverless-now copied to clipboard

Could you guide how to deploy multiple applications

Open ezhlobo opened this issue 6 years ago • 2 comments

I see that it's not done yet, but will be really cool if you could guide everyone how we can deploy it.

ezhlobo avatar Jun 19 '19 13:06 ezhlobo

I added https://github.com/tibdex/probot-serverless-now/commit/b2ea99695623473d00ff50499185674cb67807d4 that should clarify how to handle multiple Probot applications.

tibdex avatar Jun 27 '19 20:06 tibdex

@tibdex I see, so your suggestion is to publish multiple applications instead of one. Thus add multiple github apps instead of one.

What do you think about creating one lambda function, in that function we will import all probot applications and execute one by one? So we will imitate serverless by creating one huge handler? Asking, because maybe I could help with its implementation in your project.

ezhlobo avatar Jun 28 '19 12:06 ezhlobo