dnscontrol/docs
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
..
_functions CLOUDFLAREAPI: Adds CF_WORKER_ROUTE (#1243) 2021-10-11 16:04:49 -04:00
_includes Add INCLUDE statement to include records from other domains (#1219) 2021-07-25 12:03:58 -04:00
_layouts
_providers ROUTE53: Adopt aws-sdk-go-v2 (#1321) 2021-12-07 16:29:29 -05:00
assets
css
flattener Update github.com/StackExchange/dnscontrol/v2 2020-04-14 16:49:03 -04:00
public
_config.yml
adding-new-rtypes.md Re-engineer TXT records for simplicity and better compliance (#1063) 2021-03-07 13:19:22 -05:00
alias.md AZURE_DNS: Add support for Alias: AZURE_ALIAS() (#675) 2020-03-02 11:25:42 -05:00
bug-triage.md Docs: Clarify bug triage process (#606) 2020-01-28 14:36:28 -05:00
byo-secrets.md Enable Bring-Your-Own-Secrets (#982) 2020-11-29 14:15:40 -05:00
caa-builder.md
check-creds.md get-zones should comment out NAMESERVER() (#743) 2020-05-22 10:20:10 -04:00
cli-variables.md Document: CLI variables (#918) 2020-11-13 12:18:38 -05:00
code-tricks.md Docs: Add a page about macros and loops (#832) 2020-09-04 10:17:38 -04:00
examples.md
get-certs.md get-certs.md: correct flag names (#758) 2020-06-03 11:50:07 -04:00
get-zones.md CLOUDFLARE: get-zones now outputs "orange cloud" status (#952) 2020-11-24 10:30:21 -05:00
getting-started.md MAINT: Adopt go 1.16's embed feature (#1162) 2021-06-04 15:50:47 -04:00
index.md Enable Bring-Your-Own-Secrets (#982) 2020-11-29 14:15:40 -05:00
js.md
migrating.md get-zone documentation and help fixes (#766) 2020-06-18 09:37:09 -04:00
nameservers.md NEW MACROS: DOMAIN_ELSEWHERE and DOMAIN_ELSEWHERE_AUTO (#1237) 2021-09-02 15:41:22 -04:00
notifications.md Notifications: Add support for Microsoft Teams (#812) 2020-08-14 12:23:54 -04:00
opinions.md
provider-list.md Initial support for easyname as registrar (#1277) 2021-10-04 13:01:38 -04:00
release-engineering.md Release v3.13.0 (#1310) 2021-11-27 14:46:37 -05:00
runDocker.sh
spf-optimizer.md SPF Optimizer: Enable the use of TXTMulti records to support longer SPF records (#794) 2020-07-31 13:28:13 -04:00
toc.md Document: CLI variables (#918) 2020-11-13 12:18:38 -05:00
unittests.md
why-the-dot.md Typo (#1070) 2021-03-01 19:35:53 -05:00
writing-providers.md DOCS: Fix golint and vendoring notes (#948) 2020-11-15 14:47:52 -05:00