Concurrent access to AWSThis project came about when we needed to integrate SQS and S3 into our web application.
It's released here to share with the community in the hope that it's useful and for anyone familiar with kamaelia to pick apart, or use for demo purposes.
What does it give you?We
... [More]
have several components at varying levels of abstraction.
SQSComponents to handle passing json messages into and out of SQS
S3Components to upload to S3, download from S3 and delete from S3.
At higher levels we have a few Graphline based components that integrate various different components with a logging module.
Getting the codeI spent a few minutes re remembering why I hate SVN and set up an hg repo for the code instead :-)
You'll need to patch boto with the jsonmessage.diff for this to work. Issue 170 on the boto project refers to this.
It's available here: http://freehg.org/u/ben/kamaelia-aws/
DocumentationAll you need to know to build the docs BuildingDocumentation [Less]