@middy/dynamodb 7.0.3 → 7.1.1
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/README.md +2 -2
- package/package.json +7 -3
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<h1>Middy dynamodb middleware</h1>
|
|
2
|
+
<h1>Middy `dynamodb` middleware</h1>
|
|
3
3
|
<img alt="Middy logo" src="https://raw.githubusercontent.com/middyjs/middy/main/docs/img/middy-logo.svg"/>
|
|
4
|
-
<p><strong>
|
|
4
|
+
<p><strong>DynamoDB middleware for the middy framework, the stylish Node.js middleware engine for AWS Lambda</strong></p>
|
|
5
5
|
<p>
|
|
6
6
|
<a href="https://github.com/middyjs/middy/actions/workflows/test-unit.yml"><img src="https://github.com/middyjs/middy/actions/workflows/test-unit.yml/badge.svg" alt="GitHub Actions unit test status"></a>
|
|
7
7
|
<a href="https://github.com/middyjs/middy/actions/workflows/test-dast.yml"><img src="https://github.com/middyjs/middy/actions/workflows/test-dast.yml/badge.svg" alt="GitHub Actions dast test status"></a>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@middy/dynamodb",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.1.1",
|
|
4
4
|
"description": "DynamoDB middleware for the middy framework",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -77,8 +77,12 @@
|
|
|
77
77
|
"devDependencies": {
|
|
78
78
|
"@aws-sdk/client-dynamodb": "^3.0.0",
|
|
79
79
|
"@aws-sdk/util-dynamodb": "^3.0.0",
|
|
80
|
-
"@
|
|
80
|
+
"@middy/core": "7.1.1",
|
|
81
|
+
"@types/aws-lambda": "^8.0.0",
|
|
81
82
|
"aws-xray-sdk": "^3.3.3"
|
|
82
83
|
},
|
|
83
|
-
"
|
|
84
|
+
"dependencies": {
|
|
85
|
+
"@middy/util": "7.1.1"
|
|
86
|
+
},
|
|
87
|
+
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431"
|
|
84
88
|
}
|