palantir / bulldozer

GitHub Pull Request Auto-Merge Bot
Apache License 2.0
739 stars 98 forks source link

Support running on AWS Lambda and Google Cloud Functions #185

Open joschi opened 4 years ago

joschi commented 4 years ago

With bulldozer being an event-driven application (like most GitHub apps), it would be great if we could deploy it on AWS Lambda or GCP Cloud Functions.

For Probot, there are a few extensions to support these serverless deployment models:

abemedia commented 3 years ago

This is already possible using https://github.com/awslabs/aws-lambda-go-api-proxy

abemedia commented 3 years ago

I was wrong. Seems the app is not stateless so Lambda doesn't work...

I tried and failed: https://github.com/palantir/bulldozer/issues/224