-- Steps for the GitHub clone and svl conversion 1. No updated version and only the branch 2. Download docker 3. Add the prompt and the code * Check for the handlers * Imports change it as per the const userPool = db.getUserPool(); -- glbuser tables consists only const gymPool = db.getGymPool(); -- rest all tables Only glb user the data is retrieved, userPool For joins, split the query, declare a new variable and pass the other table joins --> separate query Previously all the tables in one db We have split into two dbs, specify which pool it is Rest of the tables from the gym pool 1. Convert Express into handlers 2. Adapt the SVC file ---> Make the necessary changes pertaining to the required methods in the API 3. If there are any issues in the API, we use the wrapper files # Local Server has to be properly tested 1. Convert express into lambda (exports.handler) 2. Convert the svc function to specify which pool 3. Test it locally with a wrapper API