Running Kubernetes without nodes
Explores the challenges of Kubernetes capacity planning and introduces serverless solutions like AWS Fargate to run containers without managing nodes.
Explores the challenges of Kubernetes capacity planning and introduces serverless solutions like AWS Fargate to run containers without managing nodes.
A guide to implementing custom authorizers in AWS Lambda and API Gateway for centralized authentication and authorization in serverless applications.
A summary of key announcements and insights from the AWS re:Invent conference, as presented at a London event, focusing on AWS services and platform thinking.
A technical analysis of serverless HTTP function scalability, testing performance under high traffic loads comparable to StackOverflow across major cloud providers.
A guide to key Azure developer sessions at Microsoft Ignite | The Tour: Sydney 2019, covering serverless, security, data, and deployment.
A guide to building and deploying Python-based Azure Functions using Azure DevOps pipelines, updated for general availability.
Examines four common data modeling patterns for DynamoDB in serverless applications, including simple use cases and complex relational approaches.
A curated list of notable and popular sessions from AWS re:Invent, focusing on serverless, DevOps, containers, and cloud architecture.
A tutorial on building a serverless backend using AWS Lambda and Node.js, covering FaaS concepts and practical deployment steps.
A guide to using Azure Functions with Java, covering the v2 runtime, local development, and the Java worker for serverless applications.
Explores methods for managing secrets and credentials in serverless applications, comparing IAM, environment variables, and other approaches.
A guide to managing AWS Lambda functions using Terraform for infrastructure as code, covering automation and integration with broader AWS resources.
Explores using AWS Lambda@Edge for geo-routing, A/B testing, and dynamic configuration at the CDN level to optimize web application performance.
A tutorial on creating a serverless API proxy for Cosmos DB using Azure Functions without writing any code.
An exploration of running Dask and Distributed parallel computing libraries on AWS Lambda, examining feasibility and limitations.
A guide to building reactive microservices on Azure using Event Grid and Azure Functions, with a practical order processing example.
A guide to writing unit tests for AWS Chalice applications using local mode and pytest.
A guide to creating a GitHub webhook using Azure Functions to prevent merging pull requests with unsquashed fixup commits.
A tutorial on creating an Alexa skill that triggers Azure Logic Apps to post messages to Slack, all without writing code.
A technical guide on running a precompiled .NET Core Azure Function inside a Docker container using the Azure Functions Runtime image.