My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Wiki pages

This is an implementation of the Amazon Web Services (AWS) API.

There are four modules: aws_ec2_xml, aws_ec2, aws_fps_xml and aws_fps.

aws_ec2/fps_xml implements a straightforward marshaling of erlang parameters into a URL formatted for AWS, which is then sent to Amazon. It returns the result in XML, Amazon's current preferred format.

aws_ec2/fps uses aws_ec2/fps_xml to get the XML, which it then attempts to marshall into erlang records.

Powered by Google Project Hosting