mso-net / lucee-aws

Lucee extension to provide simpler access to common AWS commands through the AWS SDK
MIT License
25 stars 6 forks source link

Error initialising ses.cfc #33

Open chapmandu opened 8 years ago

chapmandu commented 8 years ago

No matching Method/Function for com.amazonaws.services.simpleemail.AmazonSimpleEmailServiceClient.configureRegion(com.amazonaws.regions.Regions) found

/private/var/www/myapp/aws/aws.cfc: line 54 called from /private/var/www/myapp/aws/ses.cfc: line 25 called from /private/var/www/myapp/events/onapplicationstart.cfm: line 27

My calling code looks like this: services["ses"] = new aws.ses(account="foo", secret="bar", region="us-east-1");

Code was installed using CommandBox on 11-Dec-2015 as described in the readme.

Also tried updating to aws sdk v1.10.40

chapmandu commented 8 years ago

Note that pull request #34 does not resolve this issue