Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 313 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 313 Bytes

AWS Lambda example using TypeScript

This is an example of how to create a typescript lambda function.

  • Use TSD for Type Script definition files for existing npm packages.
  • Use TSC for compiling typescript.
  • Use Visual Studio Code for development and debugging.