Skip to content

Latest commit

 

History

History
executable file
·
5 lines (3 loc) · 764 Bytes

README.md

File metadata and controls

executable file
·
5 lines (3 loc) · 764 Bytes

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.