How to Invoke AWS Lambda by a Scheduled Event
February 4, 2023
,
This blog explains how to invoke AWS lambda by a scheduled event. We will write a function in GO language, which is triggered by a scheduled event.
How to get started with AWS in 10 minutes
January 13, 2023
,
How to get started with AWS in 10 minutes - is a great platform to start your learning the aws cloud computing.
Secure Way to Host a WordPress Website Using AWS Lightsail
January 8, 2023
,
This article will guide you through the seamless process of hosting a wordpress website using AWS Lightsail.
How to Create and Deploy AWS Lambda Functions Using Go
January 4, 2023
,
Creating and deploying AWS Lambda function made easy in GOlang - a setp-by-step guide with an example - using Cloudformation, CLI and GOlang
Publish and Subscribe to SNS Topics with AWS Lambdas in Go
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
This blog explains how to create a serverless application that performs Create, Read, Update, and Delete operations using AWS Lambda and DynamoDB.