Results 4 issues of Matt Fuller

Allow multiple profiles to be used using AWS's CLI option for profiles.

I'm creating a Probot app using the sample code, like so: ``` const { createLambdaFunction, createProbot, } = require("@probot/adapter-aws-lambda-serverless"); const appFn = require("./"); exports.handler = createLambdaFunction(appFn, { probot: createProbot(), });...

Probot, with the probot-commands extension installed, will crash if a PR is opened and the description is empty (set to `null` in the GitHub event). ## Steps to reproduce: 1....

This PR adds a `package.json` file and associated license. This will allow users to run `npm install` to obtain the dependency chain. Eventually, you can add the `node_modules` folder to...