Lambda endpoint configuration
AWS Lambda is serverless managed service. Lambda code will run without managing any server and provisioning any hardware. This post is not for Lambda feature but to Lambda Endpoint configuration. I am intend to keep that way. Endpoints are used to connect AWS service programmatically. This connection uses “AWS privatelink”. In case organization does not…
Image Processing with Lambda/AWS API Gateway
We are clicking pics every day and the Image datastore industry is spreading its way to our lifestyle. Massive amounts of images are kept on adding every day. In this story, I like to present a tool to search for images of a given object or celebrity like Google images. Don’t get me wrong, this…
EFS and EC2 instance creation using Terraform templating
Automating implementation and reducing time to deploy complex environments is key. In this story, I am planning to get one of the environments that fairly used in the industry to map NFS FS over multiple subnets. This is a very basic configuration but complexity starts when you wanted to use the same template for deploying…
Convert object-oriented data to Nosql Dynamodb — 101
The IoT Ecosystem is buzz words and needed lots of data management. We receive data but how to make use of data is the most important. This design is a very small portion of a bigger portfolio. Much more application can be integrated into this design. There are many ways to perform this transformation. Athena…
AWS EC2 instance management — Starting and Storage instances using tagging
Perform shutting and starting of non-production instances during non-business hours. That will help with cost-saving.
AWS Lambda 101
Creating and Deleting simple Hello world Lambda function.