sopel / botocross

A Python package for operating cross region AWS resources
Other
4 stars 4 forks source link

Simplify CloudFormation notification topic specification. #25

Open sopel opened 11 years ago

sopel commented 11 years ago

Given it isn't possible to notify other regions/accounts anyway, specifying just the SNS topic name is entirely sufficient and much simpler than creating the ARN via the command line - both region and account can easily be inferred.

sopel commented 11 years ago

The required functionality is meanwhile available, see create_arn().