aws-api-auth-policy
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "aws-api-auth-policy", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Typescript implementation of AWS API Gateway Lambda Authorizer policy creator", | ||
@@ -5,0 +5,0 @@ "main": "dist/auth-policy", |
@@ -7,3 +7,3 @@ # aws-api-auth-policy | ||
```sh | ||
$ npm install XXXXXX | ||
$ npm install aws-api-auth-policy | ||
``` | ||
@@ -14,3 +14,3 @@ | ||
```ts | ||
import {ApiOptions, AuthPolicy} from "XXXX"; | ||
import {ApiOptions, AuthPolicy} from "aws-api-auth-policy"; | ||
@@ -17,0 +17,0 @@ const userId = "12345"; |
22943