serverless-stack-demo-api
serverless-stack-demo-api copied to clipboard
[discussion] Use typescript?
I find it quite useful to use TS with the AWS SDK, I was wondering if we should look at doing it here? It works with serverless webpack I believe.
@QuantumInformation I personally haven't had a chance to use TS yet. But if you find a way to set it up, I'd like to try it.
heres how you can do it with raw ts
https://github.com/serverless/examples/pull/93
@QuantumInformation Nice work! Just looking through your example; do you know if there is an example with Serverless Webpack and TS anywhere?
I don't know, but serverless webpack does support Ts
Kind regards
Nikos quantumjs.com
I'll take a look when I get a chance. But if anybody comes across this thread and has an example, please post a link to it here.