From 1ed023b9a0202a7a02d18941835064b04ed18031 Mon Sep 17 00:00:00 2001 From: Dustin Goodman Date: Fri, 12 Jun 2020 17:38:59 -0400 Subject: [PATCH] Update README.md Removing comments regarding the process.env.IS_OFFLINE variable as it has been removed by the plugin in the v6 alpha changes. See https://github.com/dherault/serverless-offline/issues/768#issue-476929826 for more details. --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 9a1c11acc..5d8550e1e 100644 --- a/README.md +++ b/README.md @@ -177,10 +177,6 @@ aws lambda invoke /dev/null \ --function-name myServiceName-dev-invokedHandler ``` -## The `process.env.IS_OFFLINE` variable - -Will be `"true"` in your handlers and thorough the plugin. - ## Token authorizers As defined in the [Serverless Documentation](https://serverless.com/framework/docs/providers/aws/events/apigateway/#setting-api-keys-for-your-rest-api) you can use API Keys as a simple authentication method.