# Tagged

Serverless

3 articles

Results3 found
Jun 3, 2026
AWS

Orchestrating Lambdas with Step Functions

Step Functions let you wire Lambdas into workflows with retries, branching, and parallelism, but you do not always need them. Here is an honest guide to when a state machine earns its keep, then a real parallel pipeline built with the modern JSONata syntax, deployed with SAM and tested locally.

10 min read
May 6, 2026
AWS

Give Your Lambda an HTTP Front Door

Your Lambda works, but how should the world call it? This is a practical tour of the options: invoking directly, Lambda function URLs, and Amazon API Gateway, with a clear guide to what each one buys you. Then we build an HTTP API with SAM, test it locally, and call it from a Laravel app.

11 min read
Apr 8, 2026
AWS

Package a Python Lambda as a Docker Image

AWS Lambda is not just zip files. Here is how to package a Python function as a Docker container image, choose between arm64 and x86_64, test it locally with the Runtime Interface Emulator, push it to Amazon ECR, and invoke it directly without any API Gateway in front.

10 min read