Commit fff86a9
committed
fix(route53): warn when ttl is provided with alias target
When creating a Route53 RecordSet with an alias target, the ttl property is ignored since alias targets don't use TTL values. This change adds a warning annotation to inform users when they provide a ttl value that will be ignored.
This improves developer experience by making it clear when a provided configuration option has no effect, helping users avoid confusion and potential misconfigurations.1 parent 7490b92 commit fff86a9
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
392 | 395 | | |
393 | 396 | | |
394 | 397 | | |
| |||
0 commit comments