Open flexelem opened 3 years ago
Hi Burak,
We do not have TypeScript support enabled yet (it's in a feature branch currently).
Hi Austin,
That is sad :(. Thanks a lot for informing though. Great product!
Feature branch is: https://github.com/aws/aws-toolkit-jetbrains/tree/feature/typescript
Hi there,
I am reopening this to learn if typescript is supported. Thanks!
Best, Burak
it would really be great if typescript was supported. any news?
Describe the bug
I am able configure and debug my Java lambdas successfully, however, I am not able to debug my lambdas written in typescript. When I try to create a debug configuration I get
Cannot find handler 'src/lambda/hello-world.handler' in project
To reproduce
npm init
mkdir -R src/lambda
hello-world.ts
undersrc/lambda
.A sample code for an REST API;
Expected behavior
Create debug configuration for typescript handler.
Screenshots
Your Environment
Additional context