Root folder is located @ amplify/backend
Categories:
- api
- auth
- function
- storage
- Navigate to the selected function's folder /src path
- Make changes to the codes
- Run npm install
- Zip all contents within the /src folder (including node_modules, package and package-lock.json) into a .zip file
- Login to AWS Lambda and select the function, then upload the .zip file and test the updated code
- Run amplify push to finalize the changes