8 Using go routines and channels with AWS

blog.maptiks.com posted by kenny 2652 days ago  

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