- If `AWS_ENDPOINTS` is set with a string as dict (`"key=value,key=value"`) of service names and endpoints, create boto3 clients and resources with the appropriate `endpoint_url` for a service, if provided.
2.0.11
- Add setup/teardown context managers for all AWS testing utils.
2.0.10
- Update get_queue_arn() to request QueueArn specifically.
2.0.9
- Update SQS testing create utils to create DLQs and redrive policies automatically.
2.0.8
- Fix reference to event_source_arn in get_event_source()
2.0.7
- Fix bug in `utils.get_enum_path()` when re-raising an error after catching a KeyError.