Did someone try one of AWS SDK for being used with CMB?
85 views
Skip to first unread message
Egna01
unread,
Oct 30, 2012, 10:17:02 AM10/30/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cmb-use...@googlegroups.com
The wiki claims that it works. But AWS SDK have some constraint on ARN naming convention so that any ARN string not matching "xxx::AWS::xxx" will be rejected. Did anyone have some good practice to share for working with CMB and external SDK?
boriwo
unread,
Oct 30, 2012, 2:10:52 PM10/30/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cmb-use...@googlegroups.com
CMB works well with the AWS Java SDK - we are using it internally and also in some of our unit tests. Currently we are compiling with version 1.3.20 but other versions of the SDK should work as well. For an example you can have a look at this unit test: CreateDeleteListTopicAWSTest in the test package com.comcast.cns.test.unit. CMB identifiers contain "cmb" instead of "aws" but the AWS SDK does not complain about that. I'm not sure about other language bindings or other thirds party libraries but the AWS Java SDK should not have any issues.
Egna01
unread,
Nov 28, 2012, 9:30:35 AM11/28/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cmb-use...@googlegroups.com
Hi, Ruby required a bit of change in regex checking for aws. Not a blocking issue.