Skip to content

Files

Latest commit

3ac90ce · May 2, 2024

History

History
This branch is 7 commits ahead of, 237 commits behind microsoft/rushstack:main.

heft-serverless-stack-tutorial

heft-serverless-stack-tutorial

This project illustrates usage of the @rushstack/heft-serverless-stack-plugin plugin. See that documentation for details.

Running the demo

  1. Create an AWS account if you don't already have one.

  2. Follow the Serverless Stack setup instructions to create an IAM User and provide your access key to aws configure

  3. Build the project using the --sst switch:

# Build the project
$ heft build --sst

# Deploy the stub lambda and launch the local development client
$ heft start --sst

# Jest tests are run in the usual way
$ heft test