Ran Isenberg
- 4 hours ago
- 11 min
AWS re:Invent 2024 — My Selection Of Sessions
In this post, you will find my opinionated list of AWS re:Invent sessions that I found relevant to Serverless or highly interesting
Ran Isenberg
- Sep 23
- 5 min
Guide to AWS re:Invent - Tips & Tricks
my top tips for making the most out of the AWS re:Invent conference while navigating it like a pro.
Ran Isenberg
- Sep 10
- 7 min
A Critical Look at AWS Lambda Extensions: Pros, Cons, and Recommended Use Cases
In this post, I will share my thoughts about AWS Lambda extensions, the good and the bad, and when you should use or should not use them
Ran Isenberg
- Aug 13
- 6 min
Build a Serverless Web Application on Fargate ECS with AWS CDK
Build a secure Fargate ECS cluster with an application load balancer and a web application using Python CDK code.
Ran Isenberg
- Jul 24
- 10 min
Reflecting on Serverless: Current State, Community Thoughts, and Future Prospects
Reflect on the current state of serverless, share my thoughts about articles from the community, and discuss the future of serverless
Marcos Henrique
- Jul 22
- 8 min
Unlocking High Throughput with Amazon SQS FIFO Queues
Learn how SQS FIFO works and achieve optimal throughput with detailed insights and CDK TypeScript code examples.
Ran Isenberg
- Jul 8
- 7 min
Build a Chatbot with Amazon Bedrock: Automate API Calls Using Powertools for AWS Lambda and CDK
Build a chatbot with Amazon Bedrock agents using Powertools for AWS. Learn to automate Lambda API calls via OpenAPI with bedrock agents.
Ran Isenberg
- Jun 18
- 10 min
Amazon CloudFormation Custom Resources Best Practices with CDK and Python Examples
Learn of CloudFormation custom resources, their types, and best practices using AWS CDK, Powertools for AWS, Pydantic, and crhelper.