🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more
Socket
Book a DemoInstallSign in
Socket

@rushstack/heft-serverless-stack-plugin

Package Overview
Dependencies
Maintainers
3
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rushstack/heft-serverless-stack-plugin

Heft plugin for building apps using the Serverless Stack (SST) framework

latest
Source
npmnpm
Version
1.1.5
Version published
Weekly downloads
126
-86%
Maintainers
3
Weekly downloads
 
Created
Source

@rushstack/heft-serverless-stack-plugin

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 --sst currently 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

Package last updated on 04 Nov 2025

Did you know?

Socket

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.

Install

Related posts