export async function main(event) {
const body = process.env.SST_LIVE ? “Hello, Live!” : “Hello, World!”;
return {
body,
statusCode: 200,
};
}
Hidden sites
**
[“`
*your text*
*
| Column A | Column B |
| ——– | ——– |
| Cell 1 | Cell 2 |
| Cell 3 | Cell 4 |
)
*
New contributor
Mohamd Mzore is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.