abhirockzz / kinesis-lambda-events-golang

Home Page:https://abhishek1987.medium.com/use-golang-for-data-processing-with-amazon-kinesis-and-aws-lambda-b15057af4de4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Golang for data processing with Amazon Kinesis and AWS Lambda

This is for folks interested in learning how to use Golang and AWS Lambda to build a serverless solution. You will be using the aws-lambda-go library along with the AWS Go SDK v2 for an application that will process records from an Amazon Kinesis data stream and store them in a DynamoDB table. But that's not all! You will also use Go bindings for AWS CDK to implement "Infrastructure-as-code" for the entire solution and deploy it with the AWS CDK CLI.