Automate AWS VPC and EC2 Setup with CloudFormation

Automate AWS VPC and EC2 Setup with CloudFormation

User Icon  •  Calendar Icon

This blog demonstrates how to automate the setup of a VPC, subnet, security group, and deploy an EC2 instance with a web server using CloudFormation.

AWS Step Functions to Orchestrate a Serverless Go Workflow

AWS Step Functions to Orchestrate a Serverless Go Workflow

User Icon  •  Calendar Icon

Discover how to use AWS Step Functions to orchestrate a serverless Go environment and automating workflows efficiently.

Building a Robust CRUD API with AWS API Gateway, Lambda, and DynamoDB

Building a Robust CRUD API with AWS API Gateway, Lambda, and DynamoDB

User Icon  •  Calendar Icon

Learn how to build a robust CRUD API using AWS API Gateway, Lambda, and DynamoDB. This guide provides step-by-step instructions for seamless integration.

Seamless Cross-Account Integration of AWS Lambda Functions with SNS

Seamless Cross-Account Integration of AWS Lambda Functions with SNS

User Icon  •  Calendar Icon

This article will explain how to create cross-account AWS Lambda functions, which publish and subscribe to different events on an SNS topic.

How to Invoke AWS Lambda by a Scheduled Event

How to Invoke AWS Lambda by a Scheduled Event

User Icon  •  Calendar Icon

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 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