Microservices at Scale using AWS & Kubernetes lesson 1 Deploy an Event-Driven Microservice : Functions as a Service (FaaS)
Functions as a Service (FaaS)
yt link
What is AWS Lambda?
From the AWS documentation:
"AWS Lambda is a compute service that lets you run code without provisioning or managing servers."
"AWS Lambda executes your code only when needed and scales autom...
philipdevblog.hashnode.dev1 min read