Skip to main content
Pubudu Jayawardana

Pubudu Jayawardana

Cloud Engineer | AWS Community Builder | Public Speaker

Recent

Design a mission critical serverless application for high resilience
·7 mins· loading
AWS Serverless Resilience
EBE is one of the mission critical Serverless applications at PostNL. We are maintaining the highest resilience possible to ensure business continuity. This blog explains the steps we took to achive high resilience.
Call external APIs with OAuth within Step Functions
·6 mins· loading
AWS Serverless Step Functions EventBridge EventBridge Connection
This blog post shows how we can call external HTTPS endpoint within Step Function execution using new native HTTPS integration.
3 ways to catch all the events going through the EventBridge Event Bus
·3 mins· loading
AWS Serverless EventBridge
This blog post shows how we can implement 3 different rules that can be used to implement catch-all functionality for a EventBridge event bus.
Implement custom retry logic with SQS & Lambda - Part II - using EventBridge Scheduler
·5 mins· loading
AWS Serverless Lambda EventBridge Scheduler
This explains a way to implement custom retry logic with EventBridge Scheduler and Lambda.
Implement custom retry logic with SQS & Lambda - Part I - using SQS delayed messages
·5 mins· loading
AWS Serverless Lambda SQS
This explains a way to implement custom retry logic with SQS and Lambda.
Amazon EventBridge - How to manage Bus to Bus recursive message passing
·3 mins· loading
AWS Serverless EventBridge
Let’s discuss how to address recursive messages passing between two EventBridge buses.
Testing AWS Lambda Recursive Loop Detection
·2 mins· loading
AWS Serverless Lambda Recursion
This explains the new Lambda recursive loop detection and how to test this new feature.
Stay compliant with AWS Step Functions — IAM Users’ Access Key Age Notification
·3 mins· loading
AWS Serverless IAM Security Step Functions EventBridge Scheduler
This blog post shows to turn off AppConfig Feature Flag based on system behaviour.
AWS Lambda Concurrency when SQS FIFO Queue as Trigger
·3 mins· loading
AWS Serverless Lambda SQS Concurrency
In this blog, it is discussed how Lambda concurrency is determined when a SQS FIFO queue is configured as the trigger.