@middy/rds-signer 5.0.2 → 5.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +0 -1
- package/package.json +4 -4
package/index.js
CHANGED
|
@@ -24,7 +24,6 @@ const rdsSignerMiddleware = (opts = {})=>{
|
|
|
24
24
|
...options.fetchData[internalKey]
|
|
25
25
|
});
|
|
26
26
|
values[internalKey] = client.getAuthToken().then((token)=>{
|
|
27
|
-
// Catch Missing token, this usually means their is something wrong with the credentials
|
|
28
27
|
if (!token.includes('X-Amz-Security-Token=')) {
|
|
29
28
|
throw new Error('X-Amz-Security-Token Missing', {
|
|
30
29
|
cause: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@middy/rds-signer",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.3",
|
|
4
4
|
"description": "RDS (Relational Database Service) credentials middleware for the middy framework",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -60,14 +60,14 @@
|
|
|
60
60
|
"url": "https://github.com/sponsors/willfarrell"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@middy/util": "5.0.
|
|
63
|
+
"@middy/util": "5.0.3"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@aws-sdk/rds-signer": "^3.0.0",
|
|
67
|
-
"@middy/core": "5.0.
|
|
67
|
+
"@middy/core": "5.0.3",
|
|
68
68
|
"@types/aws-lambda": "^8.10.101",
|
|
69
69
|
"@types/node": "^20.0.0",
|
|
70
70
|
"aws-xray-sdk": "^3.3.3"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "87660575a7ac2b52e4153c407a4c63c9449dcd0d"
|
|
73
73
|
}
|