You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you for providing such a helpful capacity! I struggled to include some AWS Route 53 definitions, but this library allowed me to keep things on Cloudflare and only put the needed parts on AWS, reducing my risk.
One thing I noticed, though, is that for provisioning DS records, you need to provide a data object with properties rather than a content one (Cloudflare API documentation, please choose the "DS" option on the Body subsection).
Is there any workaround for that? I could happily contribute with a pull request if I get some directions here.
The text was updated successfully, but these errors were encountered:
Hi authors,
First of all, thank you for providing such a helpful capacity! I struggled to include some AWS Route 53 definitions, but this library allowed me to keep things on Cloudflare and only put the needed parts on AWS, reducing my risk.
One thing I noticed, though, is that for provisioning DS records, you need to provide a
data
object with properties rather than acontent
one (Cloudflare API documentation, please choose the "DS" option on the Body subsection).Is there any workaround for that? I could happily contribute with a pull request if I get some directions here.
The text was updated successfully, but these errors were encountered: