How to build a Golang Lambda service with S3 integration
Learn how to build a Golang Lambda service in a container, hook it up to a REST API end-point, and push and pull data from S3. The Goal of this Golang Lambda Project Here is the plan when I make a call like this: >_curl https://earthly-tools.com/text-mode?url=https://www.lipsum.com/ It will 1) hit the API gateway, 2) call my GoLang lambda function […]