Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Removing comments regarding the process.env.IS_OFFLINE variable as it has been removed by the plugin in the v6 alpha changes. See dherault#768 (comment) for more details.
  • Loading branch information
dustinsgoodman committed Jun 12, 2020
1 parent a7bec25 commit bee09e7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -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.
Expand Down

0 comments on commit bee09e7

Please sign in to comment.