AWS Lambda
Serverless Event-Driven Architecture with Danilo Poccia
In an event driven application, each component of application logic emits events, which other parts of the application respond to. We have examined this pattern in previous shows that
Serverless Authentication with Bobby Johnson
Serverless architecture is software that runs without an addressable server. Serverless is made possible by two types of technology: platform as a service providers like Auth0, and
Serverless Continuous Delivery with Robin Weston
Serverless computing reduces the cost of using the cloud. Serverless also makes it easy to scale applications. The downside: building serverless apps requires some mindset shift.
Serverless Architecture with Mike Roberts
“Serverless” usually refers to an architectural pattern where the server side logic is run in stateless compute containers that are event-triggered and ephemeral. Mike Roberts has
Serverless Code with Ryan Scott Brown
The unit of computation has evolved from on premise servers to virtual machines in the cloud to containers running in those virtual machines. Serverless computation is another stage in