$result = $this->getSnsClient()->createTopic([
'Name' => 'MWZSESHANDLER' . (int)$this->server_id,
'Attributes' => [
'SignatureVersion' => \Aws\Sns\MessageValidator::SIGNATURE_VERSION_2
]
]);
if ($message['Type'] !== 'Notification') {
app()->end();
return;
}
Well, this is progress!It worked
Next week at some point I believe. However, we can provide you the patch file in case you can't wait till then, just ask it via a support ticketCould you tell me when the update will be released?