My Choice of Tools for Serverless Development
A developer's recommended tech stack for serverless development, focusing on AWS Lambda, Node.js/TypeScript, VS Code, and the Serverless Framework.
A developer's recommended tech stack for serverless development, focusing on AWS Lambda, Node.js/TypeScript, VS Code, and the Serverless Framework.
A guide to three beginner-friendly serverless projects for ops engineers and web developers using AWS Lambda.
First part of a series on common AWS serverless coding mistakes, covering language choice, Lambda handlers, and package optimization.
Analyzes technical and cost scenarios where serverless computing, particularly AWS Lambda, may not be the optimal architectural choice.
Analyzes the debate between using lean single-purpose AWS Lambda functions versus monolithic functions, discussing pros, cons, and best practices.
Part 3 of a series on AWS serverless mistakes, focusing on cold start performance, language choice, and optimization strategies.
Explores common mistakes in AWS serverless communication with external systems like SQL databases, focusing on connection management and solutions.
A guide to implementing custom authorizers in AWS Lambda and API Gateway for centralized authentication and authorization in serverless applications.
A technical guide on integrating Amazon AppStream 2.0 with a Learning Management System using AWS Chalice and LTI to stream applications to students.
A tutorial on building a serverless backend using AWS Lambda and Node.js, covering FaaS concepts and practical deployment steps.
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.
An exploration of running Dask and Distributed parallel computing libraries on AWS Lambda, examining feasibility and limitations.
An analysis of AWS Secrets Manager, focusing on its secret rotation capabilities and comparing it to SSM Parameter Store.
A tutorial on creating an Alexa skill to remotely control your computer using AWS Lambda and ngrok, even without a physical Alexa device.
A developer returns to blogging, outlining a list of modern DevOps and cloud technologies to explore and asking readers to vote on the next topic.
Introduces custom .NET project templates for AWS Lambda and Raspberry Pi, simplifying setup for these specific deployment targets.
A step-by-step tutorial on deploying an ASP.NET Core Web API to AWS Lambda, covering prerequisites, project setup, and configuration.
A Python script to check and warn about upcoming SSL certificate expirations, designed for easy use in environments like AWS Lambda.
Developer details rewriting the TimerCheck.io service from NodeJS to Python 3.6 on AWS Lambda using the Chalice framework.