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
- Host: GitHub
- URL: https://github.com/abhirockzz/k8s-ack-sqs-lambda
- Owner: abhirockzz
- Created: 2023-03-20T14:02:01.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-20T14:10:46.000Z (over 3 years ago)
- Last Synced: 2025-04-07T13:44:55.078Z (about 1 year ago)
- Topics: golang, kubernetes, lambda, serverless
- Language: Go
- Homepage: https://abhishek1987.medium.com/use-aws-controllers-for-kubernetes-to-deploy-a-serverless-data-processing-solution-with-sqs-lambda-62025dba97bf
- Size: 1.27 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
