data-api-client
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -110,4 +110,4 @@ 'use strict' | ||
: ( | ||
(Object.keys(p).length === 2 && p.name && p.value !== 'undefined') || | ||
(Object.keys(p).length === 3 && p.name && p.value !== 'undefined' && p.cast) | ||
(Object.keys(p).length === 2 && p.name && typeof p.value !== 'undefined') || | ||
(Object.keys(p).length === 3 && p.name && typeof p.value !== 'undefined' && p.cast) | ||
) ? acc.concat(p) | ||
@@ -114,0 +114,0 @@ : acc.concat(splitParams(p)) |
{ | ||
"name": "data-api-client", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A lightweight wrapper that simplifies working with the Amazon Aurora Serverless Data API", | ||
@@ -30,4 +30,4 @@ "main": "index.js", | ||
"eslint": "^6.8.0", | ||
"jest": "^25.5.4", | ||
"rewire": "^4.0.1" | ||
"jest": "^27.5.1", | ||
"rewire": "^6.0.0" | ||
}, | ||
@@ -34,0 +34,0 @@ "dependencies": { |
@@ -386,3 +386,3 @@ ![Aurora Serverless Data API Client](https://user-images.githubusercontent.com/2053544/79285017-44053500-7e8a-11ea-8515-998ccf9c2d2e.png) | ||
## Enabling Data API | ||
In order to use the Data API, you must enable it on your Aurora Serverless Cluster and create a Secret. You also musst grant your execution environment a number of permission as outlined in the following sections. | ||
In order to use the Data API, you must enable it on your Aurora Serverless Cluster and create a Secret. You also must grant your execution environment a number of permission as outlined in the following sections. | ||
@@ -389,0 +389,0 @@ ### Enable Data API on your Aurora Serverless Cluster |
48296