typescript icon indicating copy to clipboard operation
typescript copied to clipboard

TypeScript definitions for Serverless Framework service configuration

Results 33 typescript issues
Sort by recently updated
recently updated
newest added

I am using `serverless.ts` since the code base is using typescript. I was planning to use multiple cron schedules for a function or use the `serverless-local-schedule` plug-in, but typescript would...

Instead of using serverless.yml files we use serverless.ts files since our code is written in typescript and we wanted to keep things consistent. However this has caused a problem with...

I can see that ecr support is available for some time now. But there is no way to attach any lifecycle policy to such ecr repos. With no lfecycle polocies,...