TLDR
AWS Lambda is an event-driven serverless compute platform, spinning up the service in response to an event. It’s deemed ‘serverless’ because the server doesn’t exist until the user goes out to look for it - this is the epitome of Function-as-a-Service (FaaS) Part 1 and Part 2 of our Complete Guide to Lambda Triggers series. We run through what is AWS Lambdas, dialling back to basics with the various terminology, how to create a Lambda function and how to run it.via the TL;DR App
no story
Written by taavi-rehemagi | CEO of Dashbird. 13y experience as a software developer & 5y of building Serverless applications.