
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
@nitric/plugin-aws
Advanced tools
An AWS plugin for Nitric
$ npm install -g @nitric/plugin-aws
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@nitric/plugin-aws/0.1.0 linux-x64 node-v14.18.1
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
oclif-example deploy:aws [DIR]deploy a stack to Amazon Web Services (AWS)
USAGE
$ oclif-example deploy:aws [DIR]
OPTIONS
-a, --account=account
AWS Account ID to deploy to (default: locally configured account)
-f, --file=file
[default: nitric.yaml] Nitric descriptor file location
-h, --help
show CLI help
-r,
--region=(us-east-1|us-west-1|us-west-2|eu-west-1|eu-central-1|ap-southeast-1|ap-northeast-1|ap-southeast-2|ap-northea
st-2|sa-east-1|cn-north-1|ap-south-1)
AWS Region to deploy to
--ci
EXAMPLE
$ nitric deploy:aws
See code: src/commands/deploy/aws.ts
oclif-example doctor:awscheck environment for configuration for deployment to AWS
USAGE
$ oclif-example doctor:aws
OPTIONS
-h, --help show CLI help
--ci
EXAMPLE
$ nitric doctor:aws
See code: src/commands/doctor/aws.ts
oclif-example down:aws [DIR]Delete a stack from AWS that was deployed using $ nitric deploy:aws
USAGE
$ oclif-example down:aws [DIR]
ARGUMENTS
DIR project stack directory
OPTIONS
-d, --destroy destroy all resources, including buckets, secrets, and collections
-f, --file=file file containing the stack definition of the stack to be torn down
-h, --help show CLI help
--ci
EXAMPLE
$ nitric down:aws
See code: src/commands/down/aws.ts
FAQs
An AWS plugin for Nitric
The npm package @nitric/plugin-aws receives a total of 0 weekly downloads. As such, @nitric/plugin-aws popularity was classified as not popular.
We found that @nitric/plugin-aws demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.