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…
Category: API Gateway
HTTP API Private Integration with Amazon ECS
In this post, I want to show you the API Gateway private integration feature with an ECS service running inside a private subnet. With this feature, we can easily expose any private API to the outside of the VPC. Refer to the original article that I published on https://duleendra.medium.com
Build a REST API with API Gateway, AWS Lambda, DynamoDB & AWS CDK
In this post, I am going to build a serverless REST API using API Gateway, AWS Lambda, and DynamoDB. I use the AWS CDK for automating the infrastructure creation part. Refer to the original article that I published on https://duleendra.medium.com