šŸ‡ŗšŸ‡¦ #ā€‹243 ā€” May 6, 2022

Read on the Web

šŸ™ˆ If AWS doesn't interest you, you might have a quicker than usual skim today, since it's an AWS heavy issue. Fingers crossed the Cloudflare Workers, Azure Functions, or other teams have some big news in coming weeks.. ;-)

Serverless Status

Yan Cui's Testing Strategy for Serverless Apps ā€” Itā€™s always good to see how the experts tackle things and here Yan shares his (opinionated, naturally) thoughts on testing serverless applications. Observability appears to be of much more importance in the serverless sphere than traditional forms ofĀ testing.

Yan Cui

We're All Living On It ā€“ But What Exactly is 'The Edge?' ā€” Youā€™ll have increasingly heard about ā€˜the edgeā€™ in terms of where various platforms run their functions, but what exactly is this ā€˜edgeā€™? An engineer at Netlify breaks down the idea here, but ultimately itā€™s about running code as close to an end user asĀ possible.

Salma Alam-Naylor

Make Workloads Less Work with CockroachDB ā€” Automate scale, high availability, deployment and operations for your applications with CockroachDB ā€” a serverless database designed to let you start fast, pay as you go, and build without worrying about yourĀ database.

Cockroach Labs sponsor

Building a Serverless Backend for Slack on AWS Lambda ā€” A straightforward tutorial covering building a Slack app that integrates with the Giphy API for animated GIF goodness. It has an up to date twist, too, by using Lambdaā€™s new ā€˜function URLā€™ feature rather than going through API Gateway. The code itself is in Go, but thatā€™s not a keyĀ part.

Abhishek Gupta

ā–¶Ā Ā Serverless for Frontend Engineers with Swizec Teller ā€” Swizec does courses in using React alongside serverless technologies and speaks with Jeremy and Rebecca here about approaching serverless as a frontend engineer, JavaScript, and troublesomeĀ tutorials.

Serverless Chats Podcast podcast

āš”ļø (A Lot of AWS Stuff) In Brief:

Orchestrating S3 Glacier Deep Archive Object Retrieval with AWS Step Functions ā€” Storing files on S3 is one thing, but if you have rarely accessed data you want to store for the long haul, Glacier Deep Archive is one way to do that. But what about building a system to manage the retrieval of such items? AWS Step Functions can be used to organize theĀ process.

Monica Cortes Sack and Dhiraj Mahapatro

elastic pypi 4.0: A Serverless Python Package Index System ā€” Iā€™m not deep enough into Python to know why youā€™d want to roll your own PyPI repository, but you can now do it serverlessly, atĀ least.

Kyle Hornberg