Skip to content

Duleendra Shashimal

Menu
  • Home
  • About Me
  • Achievements
Menu

Category: AWS

AWS Verified Access for Accessing Internal Applications without VPN

Posted on November 1, 2023November 1, 2023 by duleendra

In this post, I will explain how we can use AWS Verified Access to access an application without requiring a VPN..Refer to the original article that I published on https://duleendra.medium.com

Read more

EventBridge Pipes Using Terraform

Posted on February 26, 2023February 26, 2023 by duleendra

In this post, I will show you how to implement a simple event-driven application using EventBrdige Pipes and Terraform. At the time of writing this post, EventBrdige Pipes resources are not available with Terraform AWS Provider, therefore I use Terraform AWS Cloud Control Provider (awscc). You can follow this link to learn more about EventBridge Pipes. Refer to the original article…

Read more

Protect Personally Identifiable Data with CloudWatch Log Masking

Posted on January 19, 2023January 19, 2023 by duleendra

Logging is one of the essential components of software development. We use different types of logs to identify issues in applications, track application events, analyze the performance of applications etc. Even though logs are very beneficial, they also introduce a huge risk to your business. For example, logging sensitive data of the customers, exposing security…

Read more

Reprocess Past Events with Amazon EventBridge Archive and Replay

Posted on September 30, 2022September 30, 2022 by duleendra

In Amazon EventBridge, you can create an encrypted archive of the events published to an event bus. In this post, I will explain how we can create an event archive and replay those events later. Refer to the original article that I published on https://duleendra.medium.com

Read more

Using AWS Lambda with Amazon Aurora MySQL

Posted on August 24, 2022August 24, 2022 by duleendra

Amazon Aurora is a fully managed relational database engine that is compatible with MySQL and PostgreSQL. In this article, I will explain how you can invoke an AWS Lambda function from an Amazon Aurora MySQL cluster with the native function lambda_sync or lambda_async . Refer to the original article that I published on https://duleendra.medium.com

Read more

Accessing a Cross-Account Amazon SQS Queue Using AWS Lambda

Posted on August 16, 2022August 16, 2022 by duleendra

This post will show you how Lambda functions can consume messages from an SQS queue in a different AWS account. Refer to the original article that I published on https://duleendra.medium.com

Read more

Querying Data in S3 Using Amazon S3 Select

Posted on July 15, 2022July 15, 2022 by duleendra

We can use Amazon S3 Select to retrieve a subset of data from an S3 object using simple SQL statements. Since Amazon S3 Select filters a subset of data, it will help to reduce the data transfer cost and latency of an application. Amazon S3 select supports data stored in CSV, JSON, or Apache Parquet formats. Refer…

Read more

Amazon EventBridge Custom Event Bus Example

Posted on July 12, 2022July 12, 2022 by duleendra

We can use the AWS EventBridge event bus to receive events from various event sources such as AWS services, custom applications, SasS applications, etc. To do that, AWS EventBridge provides two types of event buses such as default and custom. In this example, I will show you how we can use a custom event bus to receive events….

Read more

Automated Image Scanning with AWS CodePipeline & ECR

Posted on July 1, 2022July 1, 2022 by duleendra

In this post, I am going to explain how we can scan docker images for vulnerabilities from a CI/CD pipeline. I use AWS CodePipeline to scan Docker images stored in AWS ECR. Refer to the original article that I published on https://duleendra.medium.com

Read more

AWS Lambda Event Filtering

Posted on June 7, 2022June 8, 2022 by duleendra

Event Filtering AWS Lambda has provided a feature to filter events that come from Amazon SQS, Amazon Kinesis, and Amazon DynamoDB. With this feature, Lambda only sends the filtered events to the handler function.  Refer to the original article that I published on https://duleendra.medium.com

Read more
  • 1
  • 2
  • 3
  • 4
  • Next

Recent Posts

  • AWS Verified Access for Accessing Internal Applications without VPN
  • Integrating HashiCorp Vault with AWS Lambda Using Terraform
  • EventBridge Pipes Using Terraform
  • Protect Personally Identifiable Data with CloudWatch Log Masking
  • Reprocess Past Events with Amazon EventBridge Archive and Replay

Categories

  • Amazon Aurora
  • API Gateway
  • AWS
  • AWS Verified Access
  • CDK
  • Cloudwatch
  • CodeBuild
  • CodePipeline
  • Config
  • Datadog
  • Docker
  • DynamoDB
  • ECS
  • EventBridge
  • EventBridge Pipes
  • Hashicorp Vault
  • Lambda
  • Load Balancer
  • S3
  • Serverless
  • SNS
  • SQS
  • Systems Manager
  • Terraform
  • Uncategorized
  • VPC

Archives

  • November 2023
  • August 2023
  • February 2023
  • January 2023
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
© 2025 Duleendra Shashimal | Powered by Minimalist Blog WordPress Theme