Register an AWS account and configure AWS CLI with your credentials. (for local lambda environment)
Install the SST dependencies:
$ yarnStarts the local Lambda development environment.
Build your app and synthesize your stacks.
Generates a .build/ directory with the compiled files and a .build/cdk.out/ directory with the synthesized CloudFormation stacks.
Deploy all your stacks to AWS. Or optionally deploy a specific stack.
Remove all your stacks and all of their resources from AWS. Or optionally remove a specific stack.
Runs your tests using Jest. Takes all the Jest CLI options.
Any time a static asset is changed, this command will upload it to S3.
Removes every resource in AWS.
Useful for cleaning up after a failed deployment.
Logo - Gopherize.me