An example of implementation recent actions using SST
- configure
AWS_PROFILE
andAWS_REGION
in.env
and.vscode/launch.json
- you can use CLI command
aws sso login --profile <PROFILE_NAME>
for login to AWS account
Starts the Live Lambda Development environment.
Build your app and synthesize your 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 removes, a specific stack.