-
Notifications
You must be signed in to change notification settings - Fork 2
01 Setup SST
JP Barbosa edited this page Sep 11, 2022
·
11 revisions
npx create-sst@latest sst-rekognition
cd sst-rekognition
npm install
npm install uuid
-
frontend
(React app)public
src
-
services
-
functions
(Lambda functions)
-
-
stacks
(SST stack)resources
MyStack.ts
index.ts
types
code ./.prettierrc.json
{
"singleQuote": false
}