TAG: TypeScript

Navigation

Getting Started With Serverless and TypeScript

If you're doing any "serverless" development on AWS Lambda, you should definitely check out the similarly named Serverless framework. Serverless makes it much easier to build manageable applications with this sort of architecture, taking away a lot of the painful things you would otherwise need to manage and automate yourself. As you write these event-driven systems, a lot of your functions end up looking like data pipelines - your function receives some input, processes…