- This template is intended for personal use
- Sample classes are included
- Rust
- AWS
- SST
- Copy
.env.example
to.env
. - Add your local machine specific configuaration to
.env
. - Add secrets via SST. Refer to https://docs.sst.dev/config.
- (Optional) use
migrations/1_init.sql
as your base database schema. I usually use Neon for branching. - Run
npm run dev
using your terminal or use VSCode's Run and Debug tab.
For more information, go to https://sst.dev
Run the following commands before deploying:
brew tap cargo-lambda/cargo-lambda
brew install cargo-lambda
brew install zig
To deploy the stack to an AWS account, you will need to follow these IAM Permissions.
npm run deploy -- --stage <stage>
Where <stage>
is the name of the environment. Example: prod
.