Skip to content

Files

Latest commit

04bd5e4 · Mar 29, 2022

History

History
24 lines (16 loc) · 798 Bytes

File metadata and controls

24 lines (16 loc) · 798 Bytes

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