#214 — August 27, 2021 |
|
Serverless Status |
AWS Lambda Adds Support for Python 3.9 — Fantastic news for Pythonistas! AWS Lambda now supports Python 3.9 as both a managed runtime and a container base image. This opens up a lot of new Python functionality as well as TLS 1.3 support. James Beswick (AWS) |
▶ Discussing Using Google Cloud Run with Steren Giannini — Cloud Run is Google’s managed compute platform for running containers in a serverless fashion (a larger abstraction that merely running functions, say). Steren Giannini, a PM at Google, went on the always interesting SED podcast to talk about it. Software Engineering Daily podcast |
|
AWS Introduces Amazon MemoryDB for Redis — While Redis began life mostly as a simple cache meets data structure server, it has increasingly been used as a primary data store for certain applications. Reflecting this, AWS is now offering a ‘Redis-compatible service’ promising durability. It’s not cheap though. Danilo Poccia (AWS) |
New Features to Secure Google App Engine Apps — You would be forgiven for thinking Google had gone quiet on App Engine (a bit of a pioneer service in the serverless space), so it’s neat to see a couple of extra features including egress controls for serverless VPC access and user-managed service accounts. Larkin and Chun (Google Cloud) |
An Introduction to IBM Code Engine and IBM Cloudant — A walkthrough of building a serverless polling app on top of two IBM services: Cloud Engine, its managed serverless platform, and Cloudant, a managed distributed database. With generous free tiers, maybe this is an opportunity to dip a toe into IBM’s big blue waters. Mermelstein and Bird (IBM Cloud) |
▶ How to Build a Serverless Subscription Site with Stripe — A tight introduction to what’s involved in building a serverless (thanks to AWS Amplify) Node and React powered app to take payments via Stripe. Ali Spittel |
How to Run Massively Multiplayer Games with EC2 Spot using Aurora Serverless — A look at a basic approach to using EC2 spot instances and Aurora Serverless (AWS’s pay as you go database system) as the basis for scaling a multiplayer game. Biran and Pal (AWS) |
Building the Cloudflare Summer Challenge Application — Cloudflare has recently launched their Cloudflare Developer Summer Challenge, but more interesting than that is how they set up the site for the challenge using Workers Site and Workers KV. Luke Edwards (Cloudflare) |
Near Zero Downtime Migration from MySQL to DynamoDB — There are a few approaches on offer here, with one involving joining together Kinesis, Lambda, and Amazon EMR. YongSeong Lee (AWS) |
Cloudflare Pages Introduces Deploy Hooks — Cloudflare Pages has always supported deployments made via Shah and Sparks (Cloudflare) |
Sending Mobile Push Notifications and Managing Device Tokens with Serverless Apps — One for Amazon SNS users. Rafa Xu and Joely Huang |
Implementing a Single GraphQL Across Multiple Data Sources with Fauna
|