From c0661534d39bc5716973fae8903b74a38b4d8f01 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Fri, 20 Nov 2020 11:34:30 -0800 Subject: [PATCH] style: prettier --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 89b656e..72139f6 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ This package moves the functionality of `probot run` into a handler suitable for To use `.env` files with the [Serverless Framework](https://github.com/serverless/serverless), you can install the [serverless-dotenv-plugin](https://www.serverless.com/plugins/serverless-dotenv-plugin). This will take care of keeping your secrets out of your deployed package. ### Serverless dotenv plugin usage + ```yaml plugins: - serverless-dotenv-plugin # Load .env as environment variables @@ -33,8 +34,6 @@ provider: For the private key, since AWS environment variables cannot be multiline strings, you could [Base64 encode](https://nodejs.org/api/buffer.html#buffer_buffers_and_character_encodings) the `.pem` file you get from the GitHub App or use [KMS](https://aws.amazon.com/kms/) to encrypt and store the key. - - ## Differences from `probot run` #### Local Development