mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-11-12 09:20:32 +08:00
* 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> |
||
|---|---|---|
| .. | ||
| _functions | ||
| _includes | ||
| _layouts | ||
| _providers | ||
| assets | ||
| css | ||
| flattener | ||
| public | ||
| _config.yml | ||
| adding-new-rtypes.md | ||
| alias.md | ||
| bug-triage.md | ||
| byo-secrets.md | ||
| caa-builder.md | ||
| check-creds.md | ||
| cli-variables.md | ||
| code-tricks.md | ||
| examples.md | ||
| get-certs.md | ||
| get-zones.md | ||
| getting-started.md | ||
| index.md | ||
| js.md | ||
| migrating.md | ||
| nameservers.md | ||
| notifications.md | ||
| opinions.md | ||
| provider-list.md | ||
| release-engineering.md | ||
| runDocker.sh | ||
| spf-optimizer.md | ||
| toc.md | ||
| unittests.md | ||
| why-the-dot.md | ||
| writing-providers.md | ||