moto/moto/cloudformation
Andrew Garrett 6f4cb512ac Allow CloudFormation stack tags to be updated
Limitations:

* does not update the tags of the resources in the stack. that can be
implemented later.
* does not support the supposed feature of clearing tags by passing an
empty value that boto3 mentions in its documentation. I could not find
anything in the request body to indicate when an empty value was passed.
2017-03-17 23:57:57 +00:00
..
__init__.py Lints. 2017-02-23 21:37:43 -05:00
exceptions.py Lints. 2017-02-23 21:37:43 -05:00
models.py Allow CloudFormation stack tags to be updated 2017-03-17 23:57:57 +00:00
parsing.py Fix cloudformation NoValue parsing to not add attribute. Closes #870 2017-03-16 21:20:01 -04:00
responses.py Allow CloudFormation stack tags to be updated 2017-03-17 23:57:57 +00:00
urls.py Fixed non threadsafe code 2015-03-16 13:13:40 +01:00
utils.py Handle Name Type resources for CloudFormation 2014-10-20 11:45:47 -04:00