Graeme Wilson
Graeme Wilson
Hi The AWS CloudFormation Team i would love a NOOP api. something we could use to test that a cloudformation is valid and wont error because a mandatory parameter is...
sorry no passworded params.
ok i have figured out what my problem is. https://github.com/cotdsa/cumulus/blob/master/cumulus/CFStack.py#L201 is comparing the cumulus params with the existing cloudformation params. i have set up default values in the cloudformation scripts...
i would have thought these lines (on 15/16) would have handled what you are asking for in this situation ``` _cset(:aws_secret_access_key, ENV['AWS_SECRET_ACCESS_KEY']) _cset(:aws_access_key_id, ENV['AWS_ACCESS_KEY_ID']) ``` if not i will add...