We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e59d0 commit c093795Copy full SHA for c093795
pkg/sns/SnsContext.php
@@ -35,7 +35,7 @@ public function __construct(SnsClient $client, array $config)
35
{
36
$this->client = $client;
37
$this->config = $config;
38
- $this->topicArns = $config['topic_arns'];
+ $this->topicArns = $config['topic_arns'] ?? [];
39
}
40
41
/**
0 commit comments