John Sargent
Results
2
comments of
John Sargent
$p{ "$key$ent.$i.name" } needs to be $p{ "$key$ent.$i.Name" } and { $p{ "$key$ent.$i.value.$\_" } should be { $p{ "$key$ent.$i.Value.$\_" } or it breaks SQS message attributes. For me at least,...
There appears to be a similar issue with SQS::AddPermission - the Actions array is being translated to Actions.N rather than ActionName.N ` $sqs->AddPermission(Actions => ['*'], Label => "MyLabel", AWSAccountIds =>...