Amruthjith Sunil

Results 2 issues of Amruthjith Sunil

### Description: When deployed through sam the init duration is very high(5s) but when we deploy manually it takes less than 1s. Functionally its working fine in sam deployment. Only...

stage/bug-repro

![image(1)](https://github.com/user-attachments/assets/ddddf4bc-d226-45a8-996a-9e286d1b5e16) `const parsedData = getSuggestionsSchema.safeParse( action.payload?.data, ); if (!parsedData.data) { console.error("getSuggestions", parsedData.error); state.suggestions = initialState.suggestions; state.userMessage = initialState.userMessage; return; } const parsedError = parsedData.error; parsedError && console.warn(parsedError); parsedData.error && console.error(parsedData.error);`...