Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
serverless-deployment-manager
Advanced tools
Serverless Framework Plugin for managing deployment to predefined AWS accounts
This Serverless Framework plugin will prevent you from deploying stack into incorrect AWS account.
npm i serverless-deployment-manager --save-dev
# serverless.yml
plugins:
- serverless-deployment-manager
custom:
deployment:
- accountId: '0123456789'
or multiple accounts
# serverless.yml
plugins:
- serverless-deployment-manager
custom:
deployment:
- accountIds:
- '0123456789'
- '1234567890'
# serverless.yml
plugins:
- serverless-deployment-manager
custom:
deployment:
- stage: dev
- stage: /box$/ # regexp
- stage: test
- stage: prod
# serverless.yml
plugins:
- serverless-deployment-manager
custom:
deployment:
- region: 'eu-west-1'
or multiple regions
# serverless.yml
plugins:
- serverless-deployment-manager
custom:
deployment:
- regions:
- 'eu-north-1'
- 'eu-west-1'
# serverless.yml
plugins:
- serverless-deployment-manager
custom:
deployment:
- stage: dev
accountIds:
- '0123456789'
- '3456789012'
regions:
- eu-north-1
- eu-west-1
- stage: /box$/ # regexp
accountId: '0123456789'
region: eu-north-1
- stage: test
accountId: '1234567890'
region: eu-north-1
- stage: prod
accountId: '2345678901'
region: eu-north-1
In the example, dev and, e.g. sandbox stages are allowed to deploy to account id '0123456789', test to '1234567890', and production stage to account id '2345678901'.
This plugin is triggered before deployment, but if you want manually to test if your current credentials can deploy to a particular stage, you can run the following command.
sls validate --stage dev --region eu-west-1
FAQs
Serverless Framework Plugin for managing deployment to predefined AWS accounts
We found that serverless-deployment-manager demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.