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.