AWS Serverless Common Mistakes - Communication with Other Systems (5/7)
Explores common mistakes in AWS serverless communication with external systems like SQL databases, focusing on connection management and solutions.
Explores common mistakes in AWS serverless communication with external systems like SQL databases, focusing on connection management and solutions.
Part 4 of a series on AWS serverless pitfalls, focusing on cost estimation, billing attacks, and strategies to prevent unexpected expenses.
Part 3 of a series on AWS serverless mistakes, focusing on cold start performance, language choice, and optimization strategies.
Part 2 of a series on AWS serverless architecture mistakes, covering design principles like single-purpose functions and designing for failure.
First part of a series on common AWS serverless coding mistakes, covering language choice, Lambda handlers, and package optimization.
The article argues that cloud computing initially failed its promise of abstracting infrastructure, but serverless computing (FaaS/BaaS) has finally delivered on that vision.
Argues for using TypeScript over YAML for cloud infrastructure automation, using a serverless URL shortener on AWS as a case study.
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 tutorial on creating a serverless HTTP endpoint using Webtask and Node.js to compile SCSS/Sass code into CSS on demand.
A guide to managing AWS Lambda functions using Terraform for infrastructure as code, covering automation and integration with broader AWS resources.