My Journey To Getting The Solution Architect Associate Certificate (SAA-C03)Photo by Simon Berger on UnsplashJul 1, 2023Jul 1, 2023
Search Notion with AlfredSimply type ns in the Alfred box and bring up your recent notion docs while also being able to provide a search term to query specific…Oct 2, 2022Oct 2, 2022
How to structure a Node lambda app? (continued)Here is the idea behind some of the crucial stuff mentioned in this article.Aug 7, 2021Aug 7, 2021
How to structure a Node lambda app?Tired of bulky and complex AWS SAM apps that are difficult to maintain and deploy? Here’s a simple app structure that can help or maybe act…Aug 7, 2021Aug 7, 2021
How to configure public and private AWS APIGW paths?It’s quite common to protect an APIGW Rest Api with an apiKey. However, sometimes you might also need to make specific paths of the Api…Jun 2, 2020Jun 2, 2020
How to convert CloudFormation JSON to YAML with short-form functions?Say, you use some online JSON to YAML utility to convert a JSON cloud-formation template to YAML. It works. But now your template contains…Jan 22, 2020Jan 22, 2020
Avoiding continuous lambda retries with SQSMaking a lambda process SQS messages is pretty straightforward. All you need to do is add an SQS event source on your Function and choose…Jan 6, 2020Jan 6, 2020
Invoking lambda asynchronously with AWS API-GatewayTo call a lambda function asynchronously with AWS API-Gateway, you need to integrate the gateway requests to the lambda using the…Apr 14, 2019Apr 14, 2019