How to deploy with all services in subdirectories, from root directory?

Hello,

I’m new to serverless and have been messing around with the fullstack-app , and have had some trouble with deployment.

When i create the app from the serverless console, i then run serverless init . The serverless.yml in the root directory only has an app and an org. The app deployed succesfully initially, but when i pull my code from github, i receive an error => “service” property is missing in serverless.yml, after running sls deploy.

The serverless.yml never had a service to begin with, and the components all deploy correctly if I cd into their respective subdirectories. Is there something obvious that I might be missing?

Thanks so much :slight_smile: