Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History

README.md

Outline

nx-sst

An Nx plugin which provides support for Serverless Stack (SST) apps. Copied from otterdev-io/plugins and adapted for SST v2.

The plugin works with SST v3 as well, but cannot yet generate an application.

Add the plugin to your workspace:

npm
npm install @berenddeboer/nx-sst
pnpm
pnpm i @berenddeboer/nx-sst
yarn
yarn add @berenddeboer/nx-sst
bun
bun add @berenddeboer/nx-sst

Create a typescript sst app:

nx g @berenddeboer/nx-sst:app <app name>

All SST commands are supported.

To see all options:

npx nx g @berenddeboer/nx-sst:app --help

Local debugging

For example, if your project is named app:

nx run app:dev or nx dev app

Deploy

nx run app:deploy

Deploy to a stage

nx run app:deploy --stage=production
Morty Proxy This is a proxified and sanitized view of the page, visit original site.