Bert Blommers
96b2eff1bc
TechDebt: MyPy Core ( #5653 )
2022-11-10 18:54:38 -01:00
Bert Blommers
ea8718d402
TechDebt: Move BackendDict to base_backend ( #5645 )
2022-11-10 08:43:20 -01:00
Bert Blommers
03f5518703
TechDebt: MyPy CloudFormation ( #5603 )
2022-10-26 21:36:02 +00:00
Bert Blommers
8c88a93d7c
TechDebt: MyPy AWSLambda ( #5586 )
2022-10-22 11:40:20 +00:00
Bert Blommers
62f93c7ed0
Techdebt: MyPy Autoscaling ( #5581 )
2022-10-19 20:56:24 +00:00
Bert Blommers
56ca48cfdd
TechDebt: Enable MyPy on APIGateway-module ( #5549 )
2022-10-11 13:16:27 +00:00
Bert Blommers
d60aa64abb
TechDebt: Enable MyPy on AMP ( #5546 )
2022-10-10 13:05:56 +00:00
Bert Blommers
26412e1c3f
TechDebt: Introduce MyPy typing annotations ( #5535 )
2022-10-06 08:37:35 +00:00
Bert Blommers
4f84e2f154
TechDebt - enable pylint rule redefined-outer-scope ( #5518 )
2022-10-04 16:28:30 +00:00
Bert Blommers
aa7d68a688
Feature: Ability to seed Moto, and make random ID's deterministic ( #5492 )
2022-09-28 09:35:12 +00:00
Bert Blommers
72db853d08
TechDebt - remove Py2 references ( #5488 )
2022-09-20 14:08:01 +00:00
Bert Blommers
03a43a9a0d
Feature: Record/replay incoming requests ( #5481 )
2022-09-19 15:04:29 +00:00
Bert Blommers
3d913f8f15
MultiAccount support ( #5192 )
2022-08-13 09:49:43 +00:00
Bert Blommers
a2c2c06243
Techdebt - Align models-responses integration for all services ( #5207 )
2022-06-09 17:40:22 +00:00
Bert Blommers
79a2a9d423
Preparation for MultiAccount support ( #5157 )
2022-06-04 11:30:16 +00:00
Thomas Rausch
e911341e6a
add indirection to access account id ( #5098 )
2022-05-08 22:25:40 +00:00
Cristopher Pinzón
bd6b90a6ab
Extract region from auth headers for s3 bucket creation ( #4983 )
2022-03-31 10:47:29 +00:00
Bert Blommers
29d01c35bc
Update Black + formatting ( #4926 )
2022-03-10 13:39:59 -01:00
Bert Blommers
b3bc419843
Unknown regions - bug in caching mechanism ( #4895 )
2022-02-27 20:47:05 -01:00
Bert Blommers
a7e169a545
EC2 performance improvements ( #4855 )
2022-02-14 21:40:48 -01:00
Bert Blommers
aa70ee254d
Remove deprecated decorators + boto dependency ( #4378 )
2022-01-18 14:18:57 -01:00
Bert Blommers
cf87e75d6e
Feature: Mock region ( #4699 )
2021-12-24 20:02:45 -01:00
Bert Blommers
c6815c1a4b
Pylint - run on source directories (abc only for now) ( #4647 )
2021-12-01 22:06:58 -01:00
Bert Blommers
2cf37a4b90
Feature - CloudFront ( #4640 )
2021-11-29 13:35:43 -01:00
James Light
f4abd5528f
Fix security group filters 2 ( #4481 )
2021-11-16 11:24:14 -01:00
Bert Blommers
14a69c7524
Techdebt: Enable pylint rules ( #4432 )
2021-10-18 19:44:29 +00:00
James Light
73b7fcce26
Fix security group filters ( #4079 )
2021-09-30 15:28:13 +00:00
Anton Grübel
4df099c724
Add cloudwatch tags ( #4179 )
...
* Update cloudwatch.put_metric_alarm to accept TreatMissingData and Tags parameter
* Add parameter ExtendedStatistic and EvaluateLowSampleCountPercentile to cloudwatch.put_metric_alarm
* Add parameter ThresholdMetricId to cloudwatch.put_metric_alarm
2021-08-16 08:52:19 +01:00
Bert Blommers
7693d77333
Remove Py2 support ( #3915 )
2021-07-26 07:40:39 +01:00
Brian Pandola
163ae322e8
Fix: iot:UpdateThingShadow does not properly maintain state document ( #4045 )
...
Device shadow updates affect only the fields specified in the request state document.
Any field with a value of null is removed from the device's shadow.[1]
Verified behavior against a real AWS backend.
[1]: https://docs.aws.amazon.com/iot/latest/developerguide/device-shadow-rest-api.html#API_UpdateThingShadow
2021-06-30 08:15:45 +01:00
Matthew Davis
d6384fcb35
Enforce dynamodb key size limit [solves #3866 ] ( #3888 )
...
* add tests for dynamodb max key size
correct too-large error for ddb key
* remove unnecessary requires_boto_gte decorator from ddb tests
* remove literal emoji from ddb test
* implement dynamodb key limits, WIP
* correct direction of dynamodb range key length check
* fix tests for dynamodb max key size check
* catch ddb validation errors and rethrow properly
* finish ddb key size limit fixes
* fix linting
* handle unicode in v2.7 tests
* fix encoding issue in py2.7 for ddb
* linting
* Python2/3 compatability
Co-authored-by: Bert Blommers <info@bertblommers.nl>
2021-04-30 13:47:47 +01:00
Anton Grübel
6da4905da9
Fix AttributeNames for sqs.receive_message ( #3736 )
...
* Fix AttributeNames for sqs.receive_message
* Fix Lambda issue
* Change to parametrized tests
* Simplify attribute logic
2021-03-05 10:42:07 +00:00
Jonathan Bergknoff
676d61bf5b
Add CRC32 to DynamoDB responses ( #3677 )
...
* Add CRC32 to DynamoDB responses
* Change test assertion
* CRC32 - Align Py2/Py3 behaviour
Co-authored-by: Bert Blommers <info@bertblommers.nl>
2021-02-12 14:26:06 +00:00
Bert Blommers
273ca63d59
Linting
2020-11-11 15:55:37 +00:00
Matěj Cepl
5697ff87a8
Back to Black
2020-11-10 14:12:38 +01:00
Brian Pandola
ea19466c38
Fix missing properties when ecs:TaskDefinition created via CloudFormation ( #3378 )
...
There's a larger problem here that needs a more generalized solution,
but this solves the immediate issue with a minimum amount of code.
Closes #3171
2020-10-12 20:53:30 +01:00
Waldemar Hummer
08a08b6af8
Fix SQS tag list from CloudFormation resource creation ( #3197 )
...
* fix sqs tag list from cloudformation resource creation
the method `create_from_cloudformation_json` of the Sqs resource
does not handle the difference of format of the Tags field in the
resource template and the format expected in Sqs resource class.
In cfn resource template Tags is specified as a list of dicts. But
the Sqs resource expects that the tags field be a single dict.
This behaviour causes a crash when a queue is created with tags
from `create_from_cloudformation_json` and later the list_queue_tags
is called because it tries to call `items` from `queue.tags` but
tags is actually a list of dicts.
* fix comment
* fix linter
* minor
Co-authored-by: Hudo Assenco <hudo.assenco@gmail.com>
2020-07-29 11:44:02 +01:00
Macwan Nevil
c166d97a97
Bugfix: S3 time precision issue fixed ( #3182 )
...
* Bugfix: S3 time precision issue fixed
* Bugfix: S3 time precision issue fixed
* s3 timeformat fix
* Quickfix S3 timefix
2020-07-26 16:00:15 +01:00
zscholl
35fde06381
update last_used for access keys
2020-04-30 09:10:42 -05:00
Bert Blommers
888e0c31a0
Linting
2020-03-30 13:42:00 +01:00
Bert Blommers
3ece2dabff
Merge remote-tracking branch 'nielslaukens/feature/mock_eb' into feature/mock_eb
2020-03-30 13:38:56 +01:00
Asher Foa
374b623e1d
Fix some 'DeprecationWarning: invalid escape sequence' warnings and use str.format for string interpolation.
...
I am seeing a lot of deperecation warnings when I use moto for my tests (running under pytest), so I figured I'll clean up some of them.
2020-03-12 13:50:59 -07:00
Mike Grima
84ccdbd1cd
Implemented S3 Public Access Block
2019-12-12 17:45:31 -08:00
Bert Blommers
1d85288244
Ensure Flask sends through custom error messages
2019-11-20 08:57:38 +00:00
Asher Foa
96e5b1993d
Run black on moto & test directories.
2019-10-31 10:36:05 -07:00
Niels Laukens
9bfbd8e008
Make tags_from_query_string() more flexible
2019-09-04 16:55:34 +02:00
Niels Laukens
91fb408102
Move tags_from_query_string to core.utils
2019-09-04 16:25:43 +02:00
Robert Lewis
19a0179608
Use regex to populate requestId XML tag
2019-01-20 22:54:01 -08:00
Jordan Guymon
8e909f580a
MockAWS implementation using botocore event hooks
2018-10-29 09:12:22 +01:00
Waldemar Hummer
24f83e91f2
return 404 error on missing action
2017-12-27 22:58:24 -05:00