moto/tests/test_cloudformation
Guilherme Martins Crocetti 0dd41d4c32
Cloudformation support for EventSourceMapping (#3045)
* change line position for uuid and last_modified because they're not input parameters

* add event_source_arn validator and setter

* refactor batch_size as setter

* add helper function to parse arn and return source service

* fix for EventSource's create_from_cfn, there was no reference in the lambda object for the esm if created by cfn

* add esm deletion by cloudformation

* remove unused variable in test

* add cfn's update

* add complete implementation of delete_from_cfn

* blacked changed files

* fix test with invalid batchsize for sqs

* Dynamodb2 Table - Bugfix for localindex and implemented get_cfn_attributes

* Dynamodb2 eventsource - fix test to use StreamArn attribute

* Lambda Test - fix test_update_event_source_mapping
2020-06-14 16:03:00 +01:00
..
fixtures Change whitespaces back to the way they were and fix typos 2020-01-23 15:46:50 +01:00
__init__.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
test_cloudformation_depends_on.py Cloud formation "depends_on" #2845 Add depends on and update name type mapping (#2994) 2020-05-18 09:47:18 +01:00
test_cloudformation_stack_crud_boto3.py Add missing changes when creating a change set (#3039) 2020-06-03 06:08:35 +01:00
test_cloudformation_stack_crud.py Cloudformation support for EventSourceMapping (#3045) 2020-06-14 16:03:00 +01:00
test_cloudformation_stack_integration.py Merge pull request #3050 from bblommers/cloudformation-support-dynamodb-streams 2020-06-11 20:58:19 -05:00
test_import_value.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
test_server.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
test_stack_parsing.py Run black on moto & test directories. 2019-10-31 10:36:05 -07:00
test_validate.py fix missing sure package and region_name (#3031) 2020-05-28 14:14:09 +01:00