This project illustrates usage of the @rushstack/heft-serverless-stack-plugin plugin. See that documentation for details.
-
Create an AWS account if you don't already have one.
-
Follow the Serverless Stack setup instructions to create an IAM User and provide your access key to
aws configure
-
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