typescript icon indicating copy to clipboard operation
typescript copied to clipboard

TypeScript definitions for Serverless Framework service configuration

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

# Use case description At the moment, the Github action responsible for generating the new typescript definitions is manually triggered by a HTTP call to `dispatch_repository` endpoint. # Proposed solution...

As stated in the title, the objectif is to move the rather small code base of the plugin responsible for generating the definition to TS.

I want to use [Google Cloud Functions Provider Documentation](https://www.serverless.com/framework/docs/providers/google) by serverless.ts. Are there any plans to support this? I can be a contributor.

Lambda now supports NodeJS 20.x https://aws.amazon.com/about-aws/whats-new/2023/11/aws-lambda-support-node-js-20/

I'd like to set up my environment variables based on the current `stage`. I initially tried to do this by referencing `${opt:stage}` directly in the `serverless.ts` file, but I found...

Github action handling publishing of `@serverless/typescript` package to NPM currently fails. Last published version is `3.30.1` - versioning of this package follows `serverless` main package versions. Failed job : https://github.com/serverless/typescript/actions/runs/5819791268/job/16047655020...

I created types for the [serverless-step-functions](https://github.com/serverless-operations/serverless-step-functions) plugin and submitted it to [DefinitelyTyped PR#66693](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/66693). The @types/serverless-step-functions depend on this package, because it uses module augmentation to merge the `StepFunctions` types into...

Let’s say I have code like this in serverless.ts: ``` import { AWS } from '@serverless/typescript' import app from '@functions/app` // this is a js/typescript lambda config blob const sererlessConfig:...

Can the github release action be kicked off? serverless is up to 3.28.1 now.