moto/moto/cloudformation
jweite da07adae52
* Support for CloudFormation update and delete of Kinesis Streams (#3212)
* Support for CloudFormation stack resource deletion via backend resource method
  delete_from_cloudformation_json() via parse_and_delete_resource().
* Correction to the inappropriate inclusion of EndingSequenceNumber in open shards.
  This attribute should only appear in closed shards.  This regretfully prevents
  confirmation of consistent record counts after split/merge in unit tests.
* Added parameters/decorator to CloudFormationModel method declarations to calm-down Pycharm.

Co-authored-by: Joseph Weitekamp <jweite@amazon.com>
2020-08-03 16:04:05 +01:00
..
__init__.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
exceptions.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
models.py Fix: CloudFormation support status filter in list stacks (#3115) 2020-07-12 13:39:42 +01:00
parsing.py * Support for CloudFormation update and delete of Kinesis Streams (#3212) 2020-08-03 16:04:05 +01:00
responses.py CF : Added support for get template summary (#3179) 2020-07-27 14:08:01 +01:00
urls.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
utils.py Keep cfnlint import function-local (~1s) 2020-04-28 10:28:47 +12:00