@skynet1024/probot-serverless

easily switch between serverless aws probot and local express

Usage no npm install needed!

<script type="module">
  import skynet1024ProbotServerless from 'https://cdn.skypack.dev/@skynet1024/probot-serverless';
</script>

README

Probot Serverless

A combination of https://github.com/probot/probot and https://github.com/awslabs/aws-serverless-express

Goals

  • Retain the ability to run the probot server in express in a nodejs process in a traditional or container environment without changing any code
  • Ability to run the probot server in aws api gateway and lambda
  • Retain the ability to use static content while running in api gateway

Note