Using serverless.yml in a typescript project

I would like to use a serverless.yml config file in a typescript project. Will this cause problems? The serverless create command generates a serverless.ts file by default instead.

My reasoning is that the yml file is easier for the operations team to manage.

Hi, this is no problem. I created a couple of templates for typescript using serverless.yml. See my repo on Github GitHub - cyberworkz/serverless-templates: Templates for the serverless framework. AWS oriented. Totally agree, that yml is easier then ts.

1 Like

Without serverless.yml, the CI/CD cannot be configured - how did you resolve that @haiko?