jmsanders
|
0b7e990bbf
|
Limit SQS list_queues response to 1000 queues
The maximum number of queues that the ListQueues API can return is 1000:
https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ListQueues.html
|
2020-02-07 15:54:42 -06:00 |
|
Bert Blommers
|
32dc8f9fe7
|
Merge pull request #2734 from gruebel/fix-kms-create-key
Fix kms create key
|
2020-02-07 16:23:17 +00:00 |
|
gruebel
|
ec56351416
|
Move boto3 tests to separate file
|
2020-02-07 16:28:23 +01:00 |
|
gruebel
|
4833419499
|
Fix CreationDate handling
|
2020-02-07 15:38:37 +01:00 |
|
gruebel
|
5d05044491
|
Add CustomerMasterKeySpec parameter handling
|
2020-02-06 17:57:00 +01:00 |
|
Bert Blommers
|
7719ac76a3
|
Merge pull request #2720 from jrbeilke/feature-apigw-defaults
Feature apigw defaults
|
2020-02-06 13:52:56 +00:00 |
|
Bert Blommers
|
58b3304310
|
Merge pull request #2729 from grodzik/add-update-organizational-unit-endpoint
Add update organizational unit endpoint
|
2020-02-06 13:51:30 +00:00 |
|
Paweł Tomak
|
fc9eab2591
|
Raise DuplicateOrganizationalUnitException
Calling UpdateOrganizationalUnit with name that already exists should
raise proper error.
|
2020-02-06 12:38:37 +01:00 |
|
Paweł Tomak
|
14ebf29a61
|
Add UpdateOrganizationalUnit endpoint to Organizations API
|
2020-02-06 11:49:41 +01:00 |
|
Bert Blommers
|
fa17b748f5
|
Merge pull request #2724 from jayudey-vertex/account-for-types
Handle map or list parameters in sns processing
|
2020-02-05 16:13:59 +00:00 |
|
Jay Udey
|
1321943d60
|
add test verifying solution
|
2020-02-05 09:03:45 -06:00 |
|
Ivan Dromigny
|
d8d057711d
|
Change from black linter
|
2020-02-05 14:19:08 +01:00 |
|
Ivan Dromigny
|
8115dd2d1b
|
Add test
|
2020-02-05 12:03:33 +01:00 |
|
Mike Grima
|
bb64258a8f
|
Fixed issue with Lambda invoke via ARN
- Fixed an issue where Lambda invokes via an ARN was hitting real AWS.
|
2020-02-04 22:12:11 -08:00 |
|
Jon Beilke
|
c9995412b5
|
add support for apigateway fields with default values including apiKeySource, endpointConfiguration, and tags
|
2020-02-03 10:21:22 -06:00 |
|
Bert Blommers
|
70b2d3ab3c
|
Merge pull request #2709 from blbradley/fix/localstack-split-stacks
throw ValidationError on non existing stack
|
2020-02-03 14:33:54 +00:00 |
|
Bert Blommers
|
e4eede7f9b
|
Merge pull request #2718 from gmcrocetti/bugfix/2690
RDS Feature: Add EnableIAMDatabaseAuthentication
|
2020-02-02 18:01:21 +00:00 |
|
Guilherme Martins Crocetti
|
9f8388e402
|
Change test name in favor of abbreviation
|
2020-02-02 13:19:50 -03:00 |
|
Guilherme Martins Crocetti
|
eb0687eeaa
|
Add failing test for EnableIAMDatabaseAuthentication snapshot
|
2020-02-02 13:08:13 -03:00 |
|
Guilherme Martins Crocetti
|
c36371e235
|
Add failing test for database creation with iam
|
2020-02-02 12:47:54 -03:00 |
|
gruebel
|
40bd4f1603
|
Fix kms.create_key default output
|
2020-01-31 17:16:42 +01:00 |
|
Bert Blommers
|
b6aeae0f2d
|
Merge pull request #2707 from UltCombo/patch-1
Support greedy resource path in API Gateway
|
2020-01-31 15:27:35 +00:00 |
|
Brandon Bradley
|
8b3c2b6654
|
fix test
|
2020-01-30 17:50:21 -06:00 |
|
Brandon Bradley
|
b7795b7111
|
test for ListStackResources
|
2020-01-30 16:35:19 -06:00 |
|
gruebel
|
44024ab74b
|
Fix sqs permission handling & add more error handling
|
2020-01-30 22:42:27 +01:00 |
|
Fabrício Matté
|
cf65cfc6ec
|
Update API Gateway resource name test
|
2020-01-29 16:28:37 -03:00 |
|
Bert Blommers
|
da40c7125a
|
Merge pull request #2703 from brady-gsa/fix_lambda_config
Fixes awslambda policy management
|
2020-01-29 15:30:25 +00:00 |
|
Brady
|
dd243d72c2
|
switch to using sure for assertions
|
2020-01-29 09:46:09 -05:00 |
|
Bert Blommers
|
3cf45b7838
|
Merge pull request #2667 from owenfarrell/master
Made UserName parameter optional for IAM access key functions
|
2020-01-28 08:24:12 +00:00 |
|
Owen Farrell
|
142e237b0b
|
Made UserName parameter optional for IAM access key functions
|
2020-01-27 12:12:21 -05:00 |
|
Brady
|
cb07d17e13
|
don't use table of test cases and reduce duplication in get_policy method
|
2020-01-27 10:35:46 -05:00 |
|
Bert Blommers
|
4342b93170
|
Merge pull request #2702 from kislyuk/patch-5
awslambda: return actual result in sync invoke
|
2020-01-25 17:24:37 +00:00 |
|
Brady
|
2a2ff32dec
|
improves support for AWS lambda policy management
|
2020-01-24 14:53:16 -05:00 |
|
Andrey Kislyuk
|
324ef5af36
|
Fix test
|
2020-01-24 16:11:44 +00:00 |
|
Asher Foa
|
b4127040d1
|
remove this change.
|
2020-01-23 10:16:12 -08:00 |
|
Asher Foa
|
d9d055c75d
|
Fix more typos.
|
2020-01-23 10:15:02 -08:00 |
|
Steve Pulec
|
663d7c289b
|
Merge pull request #2675 from bblommers/bugfix/#2674
DynamoDB - ListAppend should also work when adding maps to a list
|
2020-01-22 20:01:53 -06:00 |
|
Steve Pulec
|
c5b7b2f7af
|
Merge pull request #2687 from bblommers/bugfix/2626
DynamoDB - Update Item doesnt handle LT/GT properly
|
2020-01-22 20:01:00 -06:00 |
|
Steve Pulec
|
dff1986801
|
Merge pull request #2683 from Journera/ecs-td-add-network-mode
Store 'networkMode' in ECS Task Definitions instead of just throwing it away
|
2020-01-22 19:39:41 -06:00 |
|
Steve Pulec
|
a32b3c4b59
|
Fix SQS get_queue_attributes to allow RedrivePolicy. Closes #2682.
|
2020-01-22 19:38:07 -06:00 |
|
Bert Blommers
|
7ff7ee4e8e
|
Test fix - Region must be specified
|
2020-01-22 11:42:06 +00:00 |
|
Bert Blommers
|
6f02782624
|
#2627 - Change comparison to differentiate between 0 and None
|
2020-01-22 11:30:17 +00:00 |
|
Steve Pulec
|
4335f1d3dd
|
Merge pull request #2669 from bblommers/lambda-return-output-only
AWS Lambda - Return response only, and skip log/print statements
|
2020-01-21 21:37:36 -06:00 |
|
Bert Blommers
|
1c4596c984
|
Merge pull request #2671 from franz-see/moto/issues/2670
moto/issues/2670 | Moved population of user attributes from accessToken to idToken
|
2020-01-16 05:57:17 +00:00 |
|
Bert Blommers
|
a50d0695fe
|
Merge pull request #2661 from deanrock/route53-rrs-istruncated
Add IsTruncated to Route53.list_resource_record_sets
|
2020-01-15 15:39:09 +00:00 |
|
Franz See
|
db75c9e25c
|
moto/issues/2670 | Moved population of user attributes from accessToken to idToken
|
2020-01-15 23:33:09 +08:00 |
|
Bert Blommers
|
15889566b8
|
Merge pull request #2673 from franz-see/moto/issues/2672
moto/issues/2672 | Modified 'token_use' to return 'id' for an id toke…
|
2020-01-15 14:54:52 +00:00 |
|
Asher Foa
|
db559e7e06
|
Fix some typos
|
2020-01-14 09:55:32 -08:00 |
|
Bert Blommers
|
8c920cce10
|
Specify region in tests
|
2020-01-12 12:20:55 +00:00 |
|
Bert Blommers
|
9ce1ee49d7
|
#2626 - DynamoDB - FilterExpression should ignore items with non-existent attribute
|
2020-01-12 12:05:08 +00:00 |
|