amplify-hosting icon indicating copy to clipboard operation
amplify-hosting copied to clipboard

Deployment error

Open SpruceVedant opened this issue 3 years ago • 0 comments

I am trying to deploy my node web-app on AWS amplify hosting services. After configuring amplify.yml , the web-app is serving the frontend but it doesn't start the node server which is the entry-point(index.js) of the application as specified in the package.json file. I am using snowpack as a build tool.

Here's my directory structure Screenshot 2022-09-21 221324

Here's amplify.yml Screenshot 2022-09-21 222009

SpruceVedant avatar Sep 21 '22 16:09 SpruceVedant