[Interview Question] What is the difference between Lambdas outside and inside a VPC?AWS Lambda functions can be executed both within a Virtual Private Cloud (VPC) and outside it. Here are the differences between the two:Mar 11Mar 11
How to speed up DynamoDB query with low Read Capacity UnitExample you have a DynamoDB table provisioned with RCU = 1.Jun 7, 2023Jun 7, 2023
DynamoDB — Provisioned RCU = 1 Can Execute with RCU = 10The reason why when you create a DynamoDB Table and setup the Provisioned mode with RCU = 1 and WRC = 1. However you still can query more…Jun 7, 2023Jun 7, 2023
How to switch go dependencies path to local for developmentStep 1: Open the go.mod fileDec 29, 2022Dec 29, 2022
How to run AWS lambda go with localstackAs you know when we start the application with localstack the endpoint will be run with http://localhost:4566 the easy way to we can attach…Dec 14, 2022Dec 14, 2022
How to optimize disk space Node.js Modules Across Multiple ProjectsToday I’ll guide you through a method to optimize disk space with node projects. I got a problem with disk space when working on a lot of…Nov 25, 2022Nov 25, 2022
Find and kill a port was already in useSome time when you try to start an application ( server ) and application failed to start with errorNov 14, 2022Nov 14, 2022
Zookeeper & Kafka with Docker and SpringbootIn this article, We will show you how to setup and run the Apache Kafka at local to speed up your development.Nov 13, 2022Nov 13, 2022