A collection of example SST apps. You can also view these in our docs.
The comments in the sst.config.ts
of these apps are used to generate the doc. Here's an example comment block.
/**
* ## Current AWS account
*
* You can use the `aws.getXXXXOutput()` provider functions to get info about the current
* AWS account.
* Learn more about [provider functions](/docs/providers/#functions).
*/
The generate script looks for examples that have a comment block like this in their sst.config.ts
. It'll extract this add it as a section to the examples doc.
To contribute an example or to edit one, submit a PR. Make sure to document the sst.config.ts
in your example if you want to add it to the docs.