Random Sumit.

A learning log. Things I build, things I figure out, and life outside the screen.

Tag: aws ✕ Clear filter
  1. May 12, 2024 · Work · 3 min · aws · golang

    Running/Testing AWS Lambda function locally in Golang

    Running and testing AWS Lambda functions locally in Golang allows developers to catch bugs and issues early, ensuring smooth deployment. It involves setting up a local environment, writing the Lambda function.

    Read →