Socket
Socket
Sign inDemoInstall

dynamodb-backup-restore

Package Overview
Dependencies
20
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.19 to 0.2.20

2

lambda/package.json

@@ -6,4 +6,4 @@ {

"dependencies": {
"dynamodb-backup-restore": "0.2.19"
"dynamodb-backup-restore": "0.2.20"
}
}
{
"name": "dynamodb-backup-restore",
"version": "0.2.19",
"version": "0.2.20",
"description": "NPM package for Backup and Restore AWS DynamoDB",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/shevchenkos/DynamoDbBackUp",

@@ -5,6 +5,6 @@ # dynamodb-backup-restore

This tool supports following functionality:
- Full backup AWS DynamoDb table to Amazon S3 bucket within or between regions.
- Incremental backup AWS DynamoDb table to Amazon S3 bucket within or between regions.
- AWS Lambda based incremental backup AWS DynamoDb table to Amazon S3 bucket within or between regions.
This tool supports the following functionality:
- Full backup of AWS DynamoDb table to Amazon S3 bucket within or between regions.
- Incremental backup of AWS DynamoDb table to Amazon S3 bucket within or between regions.
- AWS Lambda based incremental backup of AWS DynamoDb table to Amazon S3 bucket within or between regions.
- Restore AWS DynamoDb table from Amazon S3 bucket within or between regions.

@@ -24,3 +24,3 @@ - Deploy and configure Amazon S3 backup bucket.

--s3bucket (required) Amazon S3 backup bucket name
--s3prefix (optional) subfolder for backup(recomend use AWS DynamoDb table name)
--s3prefix (optional) subfolder for backup (recommend use AWS DynamoDb table name)
--s3region (required) AWS Region for Amazon S3 backup bucket

@@ -50,3 +50,3 @@ --dbtable (required) AWS DynamoDb table name

--s3bucket (required) Amazon S3 backup bucket name
--s3prefix (optional) subfolder for backup(recomend use AWS DynamoDb table name)
--s3prefix (optional) subfolder for backup (recommend use AWS DynamoDb table name)
--s3region (required) AWS Region for Amazon S3 backup bucket

@@ -98,7 +98,8 @@ --dbtable (required) AWS DynamoDb table name

Options:
--s3bucket (required) Amazon S3 backup bucket name
--s3prefix (optional) subfolder for backup(recomend use AWS DynamoDb table name)
--s3region (required) AWS Region for Amazon S3 backup bucket
--dbtable (required) AWS DynamoDb table name
--dbregion (required) AWS Region for AWS DynamoDb table
--s3bucket (required) Amazon S3 backup bucket name
--s3prefix (optional) subfolder for backup(recomend use AWS DynamoDb table name)
--s3region (required) AWS Region for Amazon S3 backup bucket
--dbtable (required) AWS DynamoDb table name
--dbregion (required) AWS Region for AWS DynamoDb table
--restoretime (required) JavaScript timestamp of when to restore to
```

@@ -144,3 +145,3 @@

--s3bucket (required) Amazon S3 backup bucket name
--s3prefix (optional) subfolder for backup(recomend use AWS DynamoDb table name)
--s3prefix (optional) subfolder for backup (recommend use AWS DynamoDb table name)
--s3region (required) AWS Region for Amazon S3 backup bucket

@@ -147,0 +148,0 @@ --dbregion (required) AWS Region for AWS DynamoDb table

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc