Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
serverless-create-dynamodb-global-tables-for-cf-stack
Advanced tools
A Serverless plugin that will add a global table and replica region for all tables deployed in a serverless stack.
A Serverless plugin that will add a global table and replica region for all tables deployed in a serverless stack.
DynamoDB currently imposes some strict limitations when creating global tables:
The plugin handles these limitation by enabling global replication for all tables defined in the serverless stack and thus tying the global tables lifecycle to the table resources defined in the stack. Adding and removing tables from the stack will add and remove them from replication.
$ npm install serverless-create-dynamodb-global-tables-for-cf-stack --save-dev
Add the plugin to your serverless.yml
file:
plugins:
- serverless-create-dynamodb-global-tables-for-cf-stack
Simply deploy your stack to each region you wish to add to the replication group. Remove your stack from each region that you no longer want in replication.
serverless deploy --region us-east-1
serverless deploy --region eu-west-1
When you add/remove table resources from your serverless stack they will also be added/removed from global replication but you will need to redeploy your stack to each region.
The plugin is enabled by default. You can disable the plugin via config. You may want to do this in certain environments for example.
custom:
createDynamoDBGlobalTables:
enabled: ${self:custom.variables.${self:custom.variables.stage}.enabled}
Disabling the plugin after deploying the stack will have no effect on global tables that were previously deployed. This is due to the previously mentioned limitations of dyanmodb global tables.
FAQs
A Serverless plugin that will add a global table and replica region for all tables deployed in a serverless stack.
The npm package serverless-create-dynamodb-global-tables-for-cf-stack receives a total of 198 weekly downloads. As such, serverless-create-dynamodb-global-tables-for-cf-stack popularity was classified as not popular.
We found that serverless-create-dynamodb-global-tables-for-cf-stack demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.