moto/tests/test_cloudformation
Guilherme Martins Crocetti f744356da7
Lambda reserved concurrency (#3215)
* lambda-responses: add method to dispatch concurrency calls

* lambda-resources: add route to handle concurrency requests

* lambda-model: implement put_function_concurrency and concurrency attribute

* put-concurrency-tests: add one simple test

* get_function: add concurrency entry - with test

* lambda-reserved-concurrency: cloudformation support

* lambda-concurrency: implement delete_reserved with tests

* lambda-concurrency: implement get_reserved with tests

* lint

* implementation-cov: mark delete_function_concurrency, put_function_concurrency and get_function_concurrency

* botocore doesn't display concurrency entry for lambdas without it

* lambda(refactor): improvements on response's handler
2020-08-26 11:06:53 +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 Fixed Failures in CloudFormation Provisioning of S3 Buckets When Stack has Long Name... (#3169) 2020-07-29 07:47:18 +01:00
test_cloudformation_stack_crud.py Fix : cloudFormation dynamodb : delete resource on delete stack (#3120) 2020-07-19 11:59:19 +01:00
test_cloudformation_stack_integration.py Lambda reserved concurrency (#3215) 2020-08-26 11:06:53 +01: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 Add NUMBER and LIST<NUMBER> parsing to cloudformation/parsing.py (#3118) 2020-07-11 08:43:45 +01:00
test_validate.py Cloudformation: Fix - validate template yml fixes 2020-06-30 22:35:47 +01:00