Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
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.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.