An open API service indexing awesome lists of open source software.

https://github.com/pmuens/serverless-remove-forced-login

Removes the forced login when using "serverless run" and "serverless emit".
https://github.com/pmuens/serverless-remove-forced-login

event-gateway serverless serverless-framework

Last synced: 9 months ago
JSON representation

Removes the forced login when using "serverless run" and "serverless emit".

Awesome Lists containing this project

README

          

# Remove forced login

Removes the forced login when using `serverless run` and `serverless emit`.

## Usage

1. Install the plugin via `npm install serverless-remove-forced-login`
2. Add the plugin to your `serverless.yml` file

```yml
plugins:
- serverless-remove-forced-login
```