How to Create and Deploy AWS Lambda Functions Using Go
How to Create and Deploy AWS Lambda Functions Using Go
User Icon  •  Calendar Icon

Creating and deploying AWS Lambda function made easy in GOlang - a setp-by-step guide with an example - using Cloudformation, CLI and GOlang

An easy way to retry a failed HTTP client request in GO lang
An easy way to retry a failed HTTP client request in GO lang
User Icon  •  Calendar Icon

Describes an easy way to retry a failed HTTP client request in GOlang. It presents an example of a retryable HTTP Client-Server Communication

Publish and Subscribe to SNS Topics with AWS Lambdas in Go
Publish and Subscribe to SNS Topics with AWS Lambdas in Go
User Icon  •  Calendar Icon

This article guides the reader through the steps required to publish and subscribe to SNS topics using AWS lambdas in GO.

Implementing CRUD Operations with Go in AWS Lambda and DynamoDB
Implementing CRUD Operations with Go in AWS Lambda and DynamoDB
User Icon  •  Calendar Icon

This blog explains how to create a serverless application that performs Create, Read, Update, and Delete operations using AWS Lambda and DynamoDB.

How to read Binance Smart Chain wallet transactions in Python
How to read Binance Smart Chain wallet transactions in Python
User Icon  •  Calendar Icon

In this document I will explain how to read Binance Smart Chain wallet transactions using BSCScan APIs in Python.

Master JSON Handling: String Conversions in Go Made Simple
Master JSON Handling: String Conversions in Go Made Simple
User Icon  •  Calendar Icon

This article explains the most common but powerful JSON-String conversions in GO language, and presents the examples with links to the running code.