▲ 8 ▼ Using go routines and channels with AWS
In this article we discuss how one can take advantage of the rich concurrency support offered by golang to implement a simple worker architecture which can operate with AWS. We attempt to recreate a server-like application which accepts requests and puts them onto a queue(SQS) and then the worker architecture reads, processes and stores it to a database(DynamoDB).
Register to comment or vote on this story