@dismissible/nestjs-dynamodb-storage 1.0.3-alpha.cdc64a4.0 → 2.0.2-alpha.99ffc23.0
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 +4 -4
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<a href="https://dismissible.io" target="_blank"><img src="
|
|
2
|
+
<a href="https://dismissible.io" target="_blank"><img src="https://raw.githubusercontent.com/DismissibleIo/dismissible-api/main/docs/images/dismissible_logo.png" width="120" alt="Dismissible" /></a>
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">Never Show The Same Thing Twice!</p>
|
|
@@ -314,7 +314,7 @@ DynamoDBStorageModule.forRoot({
|
|
|
314
314
|
> **Note:** If you change the `DISMISSIBLE_STORAGE_DYNAMODB_TABLE_NAME` environment variable, you must update the `Resource` ARN in the IAM policy to match your table name. The Resource ARN is restricted to the specific table name (`dismissible-items` by default) to prevent access to other tables.
|
|
315
315
|
|
|
316
316
|
> [!CAUTION]
|
|
317
|
-
> **Best Practice:** While `dynamodb:CreateTable` is included in the permissions above, it's recommended to create the table before deploying your application and avoid running `
|
|
317
|
+
> **Best Practice:** While `dynamodb:CreateTable` is included in the permissions above, it's recommended to create the table before deploying your application and avoid running `DISMISSIBLE_STORAGE_RUN_SETUP=true` during production deployments. This reduces the risk of accidental table creation and follows the principle of least privilege.
|
|
318
318
|
|
|
319
319
|
2. **Table Creation**: Create the table before deploying your application. Use the CLI tool or CloudFormation/Terraform.
|
|
320
320
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dismissible/nestjs-dynamodb-storage",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.2-alpha.99ffc23.0",
|
|
4
4
|
"description": "DynamoDB storage adapter for Dismissible using AWS SDK v3",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
"@aws-sdk/client-dynamodb": "3.958.0",
|
|
33
33
|
"@aws-sdk/lib-dynamodb": "3.958.0",
|
|
34
34
|
"@aws-sdk/util-waiter": "3.370.0",
|
|
35
|
-
"@dismissible/nestjs-item": "
|
|
36
|
-
"@dismissible/nestjs-logger": "
|
|
37
|
-
"@dismissible/nestjs-storage": "
|
|
35
|
+
"@dismissible/nestjs-item": "2.0.2-alpha.99ffc23.0",
|
|
36
|
+
"@dismissible/nestjs-logger": "2.0.2-alpha.99ffc23.0",
|
|
37
|
+
"@dismissible/nestjs-storage": "2.0.2-alpha.99ffc23.0"
|
|
38
38
|
},
|
|
39
39
|
"keywords": [
|
|
40
40
|
"nestjs",
|