Jeff Cordova
06/09/2022, 4:05 AMmanitej
06/09/2022, 5:41 AMJeff Cordova
06/09/2022, 5:59 AMRoss Coundon
06/09/2022, 6:48 AMJeff Cordova
06/09/2022, 7:21 AMRoss Coundon
06/09/2022, 7:24 AMJeff Cordova
06/09/2022, 7:27 AMRoss Coundon
06/09/2022, 8:13 AMmanitej
06/09/2022, 8:14 AM.gitignore
Jeff Cordova
06/09/2022, 8:18 AMRoss Coundon
06/09/2022, 8:22 AMfunctions
folder in the root of the project with a file called create
with a function called main
inside it.manitej
06/09/2022, 8:24 AMfunctions
folder should be inside backend
folder. there’s no error over there.manitej
06/09/2022, 8:27 AMaws-sdk uuid
at root.
you should install them inside backend/
folder.
run npm install aws-sdk uuid
inside backend/
manitej
06/09/2022, 8:28 AMJeff Cordova
06/09/2022, 8:31 AMRoss Coundon
06/09/2022, 8:32 AMsrcPath: "backend",
is set, I wondered how it referenced the backend folder.manitej
06/09/2022, 8:33 AMstacks/index.js
😹Jeff Cordova
06/09/2022, 8:45 AMmanitej
06/09/2022, 8:48 AMsst remove
and restart again?Jeff Cordova
06/09/2022, 8:58 AMnpx sst remove
then ran an npx sst start
then got an error of :x: ServerlessStackAdmin-notes-StorageStack failed: ServerlessStackAdmin-notes-Notes already exists
. I'm guessing it wasn't able to delete the old stack? How do I remove the old stack?Jeff Cordova
06/09/2022, 9:00 AMnpx sst remove MyStack
manitej
06/09/2022, 9:00 AMmanitej
06/09/2022, 9:01 AMServerlessStackAdmin-notes-Notes
and delete it from the GUI and re run sst start
Jeff Cordova
06/09/2022, 9:02 AMJeff Cordova
06/09/2022, 9:09 AMmanitej
06/09/2022, 9:11 AMJeff Cordova
06/09/2022, 9:11 AM