steffyP
steffyP
This PR fixes a problem with `KeyValueBasedTransformer`: If `replace_reference` was set to False, it would replace the entire key. Fix: * now it replaces the returned value only (which can...
POC of a testing setup using pulumi to create required resources
🚧 WIP 🚧 # S3 bucket notifications for: * SQS * SNS * Lambda (Cloudfunctions) * Event Bridge ## Implemented: - s3_ObjectCreated_Put - s3_ObjectCreated_Copy - s3_ObjectCreated_CompleteMultipartUpload - s3_ObjectRemoved_Delete - s3_ObjectTagging_Put...
## Summary This PR should remain minimal in terms of code changes, and is mostly used for keeping track of the PRs regarding the new s3 provider going directly into...
This PR relates to an [upstream PR in moto](https://github.com/spulec/moto/pull/5658). The PR in moto fixes issue #7154, and adds support for using `values` lists for `put-metric-data`. * adds snapshot test to...
# S3 presign test migration and cleanup In this PR two remaining presigned-tests are migrated to `tests/integration/s3/test_s3.py` and the old `tests/integration/test_s3.py` is removed. * The test `test_presign_check_signature_validation_for_port_permutation` is marked with...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Enhancement description When using the `metricsEnabled` property for apigateway, it should send metrics...
The `route53` tests are not running anymore, e.g. the test container is canceled after 6hours, and we do not receive any reports of the test results anymore. We should: *...
## Motivation With the requirement of having more up-to-date feature documentation, this PR is exploring one approach, where we the documentation will live inside the code base. This is only...