An open API service indexing awesome lists of open source software.

https://github.com/abhirockzz/k8s-ack-sqs-lambda

Use AWS Controllers for Kubernetes to deploy a Serverless data processing solution with SQS, Lambda and DynamoDB
https://github.com/abhirockzz/k8s-ack-sqs-lambda

golang kubernetes lambda serverless

Last synced: about 1 month ago
JSON representation

Use AWS Controllers for Kubernetes to deploy a Serverless data processing solution with SQS, Lambda and DynamoDB

Awesome Lists containing this project

README

          

# Using ACK controllers for AWS Lambda, SQS and DynamoDB

Use [AWS Controllers for Kubernetes](https://aws-controllers-k8s.github.io/community/docs/community/overview/) EKS to put together a solution wherein data from an [Amazon SQS queue](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-queue-types.html) is processed by an AWS [Lambda function](https://docs.aws.amazon.com/lambda/latest/dg/welcome.html) and persisted to a [DynamoDB](https://docs.aws.amazon.com/dynamodb/index.html) table.

![](images/diagram.png)