CF2021 AWS SNS Error: "The httpClient and the httpClientBuilder can't both be configured."
I'm getting errors using some of the sample code (after adjusting for typos): https://helpx.adobe.com/coldfusion/using/integrate-coldfusion-amazon-sns.html
<cfscript>
//'archinet_aws_user_1' and 'snsConf' are aliases configured in the CFAdmin panel
// define the credential and the configuration aliases in the ColdFusion Admin
sns=getCloudService("archinet_aws_user_1","snsConf");
// code below.
</cfscript>
Throws this error:
"The httpClient and the httpClientBuilder can't both be configured."
Any one else encounter this?
