Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

serverless-dynamodb-pitr

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-dynamodb-pitr - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc