I have a problem with the AWS EC2 API. I have used erlawys and erlcloud without any result. With erlawys I create the model, but when I execute
aws_ec2_test:test_simple(Key, AccessKey, Model).
I receive the error
Failed in calling #Fun<aws_ec2_test.0.112913818> on count 100 from 100 to 0.
The output of aws_ec2_xml:describe_image is:
aws_ec2:describe_images(Key, AccessKey, Model).
** exception error: undefined function http:request/1
in function aws_ec2_xml:describe_images/5 (../src/aws_ec2_xml.erl, line 364)
in call from aws_ec2:describe_images/6 (../src/aws_ec2.erl, line 222)
The function http:request/1 is obsolete.