Sunset 2024, Learning From It's ReflectionsStill a few days into 2025, itβs a brilliant time to retrospect the year and cherish on the good and amazing moments while also learning lessons from the moments that happened to teach you something. 2024 has been quite a journey, here are some of th...Jan 6, 2025Β·7 min read
Serverless workflow design and development using Application Composer and Step FunctionsFeb 10, 2024Β·6 min read
Intrinsic functions to level-up your Step FunctionsAWS Step Functions enables you to orchestrate serverless workflows by integrating with different AWS services. Those AWS services would need inputs in a specific format and also produces output in a specific format and to do that we have mapping tem...Sep 4, 2022Β·3 min read
Cloud9 environments status monitoring with Step FunctionsAs developers using AWS Cloud9 as their choice of development environment, they often run the cost of the EC2 instance which is used under-the-hood. In this blog, you will understand how to monitor environments which are not in stopped state and trig...Jun 19, 2022Β·4 min read
Serverless apps : Why IaC should be the directionServerless applications is often inclusive of many services such as EventBridge, Simple Notification Service (SNS) and Simple Queue Service (SQS) which play a vital role in decoupling and enhancing the performance and robustness of the Serverless app...May 14, 2022Β·3 min read
Lambda functions over URLsAWS Lambda functions recently announced the launch of Lambda URLs where you can invoke the Lambda function directly with an HTTP API. You can read the announcement here. Key take-aways Setting up Function URL when creating a new Lambda Function CORS...Apr 10, 2022Β·4 min read
Share events for your Lambda functionsRecently, AWS Lambda functions enabled the feature of sharing events for Lambda functions amongst different IAM users. You can read about the announcement here. Creating sharable test events For creating a new sharable test events, from the AWS Lambd...Mar 22, 2022Β·3 min read
Step Functions to check if you have public S3 bucketsAmazon S3 provisions buckets which can be public or private, having public buckets has certain concerns as anybody off the internet can access your S3 bucket and the objects it holds. According to security best practices mentioned by AWS, one of the ...Mar 11, 2022Β·4 min read