# Tagged
ECR
2 articles
Results2 found
Jun 15, 2026
AWS
Deploy a Lambda Container Image With ECR and the Console
You built a QR code Lambda and ran it locally. Now put it on AWS the click-through way: create an Amazon ECR repository, push your image, and create the Lambda from that image in the console. Then test it and optionally expose it with a Function URL your Laravel app can call.
10 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→