Create IAM policies using AWS Lambda

In this article let’s look into how we can Create IAM policies using AWS Lambda and attach it to an existing IAM role during deployment using terraform. Imagine a scenario where you are working in a multi AWS account environment and the lambda in the main account needs permissions on other accounts ( for assuming […]

AWS DynamoDB TTL – Setting up the right way

AWS DynamoDB offers a feature called Time to Live, when enabled on table in Amazon DynamoDB, a background job checks the TTL attribute of items to determine whether they are expired AWS DynamoDB TTL – This is easy to setup except that there is a catch with data type declaration before saving (putItem) into table […]