We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70e59d0 + c093795 commit 0b7bd9cCopy full SHA for 0b7bd9c
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