serverless-dynamodb-pitr
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "serverless-dynamodb-pitr", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=6.0" |
@@ -9,3 +9,3 @@ # Serverless DynamoDB Point-in-time Recovery | ||
This plugin uses DynamoDB API to update the PointInTimeRecoverySpecification | ||
of the specified tables at the time of deployment, allowing to enable or disable point-in-time recovery of the tables. | ||
of the specified tables right after deployment, allowing to enable or disable point-in-time recovery of the tables. | ||
@@ -35,3 +35,5 @@ ## Installation and configuration | ||
- tableName: someDynamoDBTableName | ||
- enabled: true or false | ||
enabled: true | ||
- tableName: someOtherTableName | ||
enabled: false | ||
``` | ||
@@ -38,0 +40,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4647
51