Skip to content

Latest commit

 

History

History

heft-serverless-stack-tutorial

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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