Closed michael-burt closed 4 years ago
It seems like this will never be implemented in this repo. For those experiencing this issue, I have forked the repository to support the use of troposphere.Ref()
as a Resource
argument in the aws.Statement
class. The fork lives here: https://github.com/Unsupervisedcom/awacs
I am trying to make a
awacs.aws.Statement
that will generate the following template:where
Parameter-SomeArnList
is a CommaDelimitedList parameter.Using troposphere and awacs, I construct this template as follows:
you will hit an error though:
You can make a very minor change to
awacs/aws.py
to fix this issue, although it requires awacs to import troposphere.