I have an existing ExpressJs API that I want to host on Amplify. I will slowly migrate the endpoints to lambda functions, but for now I'm hoping to host the express API as-is.
The CI/CD is timing-out during the frontend provision/build step. I increased the build time to 120 minutes in "build settings". (Note: the UI won't save higher than 120 minutes)
Seems to be timing-out during package installation:
# Starting phase: preBuild 2023-08-25T13:52:20.450Z [INFO]: # Executing command: npm ci 2023-08-25T13:52:23.997Z [WARNING]: npm 2023-08-25T13:52:23.998Z [WARNING]: WARN deprecated [email protected]: Please update to at least constantinople 3.1.1 2023-08-25T13:52:24.056Z [WARNING]: npm 2023-08-25T13:52:24.057Z [WARNING]: WARN deprecated [email protected]: Deprecated, use jstransformer 2023-08-25T13:52:24.311Z [WARNING]: npm WARN deprecated [email protected]: Jade has been renamed to pug, please install the latest version of pug instead of jade 2023-08-25T13:52:29.147Z [INFO]: added 218 packages, and audited 219 packages in 8s
Has anyone experienced build timeout issues?
Thanks in advance!
😄