Page 7 of 57

AWS EventBridge custom event Example

Last updated on August 29th, 2024 at 11:30 amEventBridge is serverless event bus service that enables you to decouple your application thereby making it faster to build , innovate and scale. You can create your own Event Bus and add rules of your choice to deliver events to target based on matched event patterns. A […]

How to generate signed URL using CloudFront and secure S3

Last updated on January 29th, 2025 at 01:20 pmIn this tutorial we will walk through steps involved in generating a signed URL for CloudFront and how to prevent CloudFront URL from being access directly, this means a user can access this signed URL only from the domain you need. S3 bucket and other details will […]

How to send message to SQS using AWS Lambda and Python

Last updated on May 8th, 2025 at 09:27 amIn this tutorial we will create a standard SQS queue then write simple Python script( as AWS Lambda or Local) to send messages to SQS endpoint. Once it is done we create another lambda function, configure it to receive messages from SQS as events. I am going […]

Step by step AWS Lambda Docker deployment

Last updated on August 29th, 2024 at 11:30 amIn this tutorial we are going to see Step by step AWS Lambda Docker deployment and how easily you can test your lambda functions by building a docker image. All this can be done by running the container on your local Computer / Desktop / MAC / […]

« Older posts Newer posts »