serverless-basic-authentication
Advanced tools
Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "serverless-basic-authentication", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"devDependencies": { | ||
@@ -5,0 +5,0 @@ "jest": "^22.4.2" |
@@ -19,2 +19,15 @@ Serverless Basic Authentication (http basic auth) | ||
And give access so that the plugin can check the api keys: | ||
``` | ||
provider: | ||
name: aws | ||
... | ||
iamRoleStatements: | ||
... | ||
- Effect: Allow | ||
Action: | ||
- apigateway:GET | ||
Resource: "*" | ||
``` | ||
Usage | ||
@@ -21,0 +34,0 @@ ----- |
7142
71