typescript icon indicating copy to clipboard operation
typescript copied to clipboard

TypeScript definitions for Serverless Framework service configuration

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

### Use case description A change to load [tsconfig-paths](https://www.npmjs.com/package/tsconfig-paths) in supoort of serverless.ts definition files and secondly to optionally pass a different tsconfig file to the serverless command. Primary use...

https://www.serverless.com/framework/docs/providers/aws/guide/deploying can we introduce the option to allow `deploymentMethod` for the serverless `provider` configuration? I apologize if this work is planned/scheduled or this isn't the means by which I should...

Dear, thanks for your great work on serverless/typescript. I have some legacy (sls 1.14) code I'm trying to migrate from .yaml. I'd like to know if there is any documentation/reference...

question

Hi, I have been trying to access `ssm` on `serverless.ts` file but I keep getting this error - ``` Serverless Warning -------------------------------------- A valid SSM parameter to satisfy the declaration...

Original intent : add the `serverless-step-functions` plugin definition in https://github.com/serverless/typescript/pull/39 In order to implement definitions from https://github.com/serverless-operations/serverless-step-functions plugin within this package, one way could simply be to add dependency to...

@fredericbarthelet Is it possible to generate an intermediary type/alias for the indexer type of AWS functions? Some plugins expect additional configuration properties in the function definition, and this gives compile...

I spent the last hour troubleshooting why serverless.ts was failing to load. The root cause was my tsconfig.json included `"module": "esnext"` which made the compiled severless.ts unable to be `require`-d...

documentation

Whenever I use the intended AWS type (as described in the readme) it throws the following compilation error: `TS2411: Property '"Fn::Transform"' of type '{ Name: string; Parameters?: { [k: string]:...

bug

I'm very excited to see the automation involved in this repository to ensure the definitions are kept up to date. However, tracing the origin of the definitions is quite hard...

documentation