serverless-typescript-starter icon indicating copy to clipboard operation
serverless-typescript-starter copied to clipboard

A Serverless starter that adds TypeScript, serverless-offline, linting, environment variables, and unit test support.

Results 4 serverless-typescript-starter issues
Sort by recently updated
recently updated
newest added

This sample is a bit dated and not up to date with latest version of serverless-bundle.

Hi, i've clone this repository through serverless install, i've follow the instruction npm install and tried run it but nothing work ``` internal/modules/cjs/loader.js:967 throw err; ^ Error: Cannot find module...

Hello! I'm trying to use serverless-bundle for typescript in my project. I cloned the typescript starter project. This project is part of a workspace, and it extends a base tsconfig....

I'm trying to debug this template using vscode and the vscode-jest-runner extension. I can run the initial test successfully but when I try to debug the test I receive the...