Recent
How I built a spelling game with AWS Serverless and GenAI
·12 mins·
0
AWS
Serverless
Amazon Q
Generative AI
DynamoDB
Step Functions
API Gateway
CDK
This blog post explains the process of building a simple spelling game with AWS Serverless and GenAI.
Enforce CloudFront-Only Access for AWS API Gateway
·4 mins·
2
AWS
Serverless
Cloudfront
API Gateway
EventBridge Scheduler
Security
In this post, it is discussed how we can secure a AWS API Gateway REST API to accept requests only through CloudFront.
SQS encryption options
·4 mins·
0
AWS
Serverless
SQS
Encryption
SQS supports both in-transit and server side encryption. For serverside encryption, you can from SSE-SQS or SSE-KMS. What exactly is suitable for you depends on your requirement. In this blog, I focus on how to choose the correct SSE method for cross account access.
Dead Letter Queue (DLQ) for AWS Step Functions
·6 mins·
1
AWS
Serverless
Step Functions
SQS
DLQ
Step Functions - one of the main Serverless services offered by AWS for workflow orchestration - does not support dead letter queues natively. This is how we can work around to use DLQ with Step Functions.
Design a mission critical serverless application for high resilience
·7 mins·
0
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·
3
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·
0
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·
3
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·
0
AWS
Serverless
Lambda
SQS
This explains a way to implement custom retry logic with SQS and Lambda.