
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
@rushstack/heft-serverless-stack-plugin
Advanced tools
Heft plugin for building apps using the Serverless Stack (SST) framework
This is a Heft plugin for building apps using the Serverless Stack (SST) framework. With this approach, the SST toolchain is only used for synthesizing CloudFormation stacks and deploying the app, and Heft takes over the role of compiling, linting, testing your TypeScript project.
The plugin accepts two command-line parameters:
--sst can be appended to heft build or heft start, causing the corresponding SST operation to be invoked
--sst-stage STAGE_NAME allows you to customize the stage. It is equivalent to the --stage parameter
for the SST command-line tool.
The plugin has no effect without the --sst parameter. When the parameter is provided:
heft build --sst will behave similar to sst build, which synthesizes CloudFormation stacks
in the build/cdk.out/ directory. See this documentation
for details. Heft's --watch mode is also supported.
heft start --sst will behave similar to sst start, which deploys a
stub lambda to AWS
and then launches the WebSocket client locally for debugging. See
this documentation for details.
Note that
heft build --sstcurrently requires AWS credentials, which limits the ability to perform this validation in a monorepo environment where we can't assume that every developer works on AWS. Issue serverless-stack#1537 is tracking a possible improvement.
FAQs
Heft plugin for building apps using the Serverless Stack (SST) framework
The npm package @rushstack/heft-serverless-stack-plugin receives a total of 124 weekly downloads. As such, @rushstack/heft-serverless-stack-plugin popularity was classified as not popular.
We found that @rushstack/heft-serverless-stack-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.