1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00
Files
stackexchange-dnscontrol/docs/_providers
Jaye Doepke 900d4042e8 ROUTE53: Adopt aws-sdk-go-v2 (#1321)
* Switch to aws-sdk-go-v2

AWS has released v2 of their SDK for Go.

See: https://aws.github.io/aws-sdk-go-v2/

One big advantage of this is no longer needing to export the
`AWS_SDK_LOAD_CONFIG=1` env var when using named profiles.

* Update integration test README

* Reenable pager601 and pager1201 integration tests for AWS Route53

* Implement intelligent batching for Route53 record changes

The AWS Route53 API for batch record changes limits the request size to
the smaller of:

- 1000 records.
- 32000 characters total for record values.

Also UPSERTs count as double (a DELETE and then a CREATE).

This commit changes how the record ChangeBatches are created to
respect these limits.

* Remove old comments

Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2021-12-07 16:29:29 -05:00
..
2020-12-28 16:07:33 -05:00
2019-09-18 21:45:13 -04:00
2021-04-22 15:20:05 -04:00
2020-09-07 12:00:21 -04:00
2020-04-28 14:40:58 -04:00
2021-01-05 21:18:07 -05:00
2020-03-22 13:38:37 -04:00
2020-02-29 09:07:05 -05:00
2021-01-05 21:18:07 -05:00
2017-11-14 23:08:06 -05:00
2020-12-28 16:07:33 -05:00
2019-04-17 11:21:27 -04:00
2017-10-11 11:54:32 -04:00
2021-01-24 15:35:12 -05:00
2019-05-11 21:32:52 -04:00
2017-10-12 09:21:36 -04:00