1

AWS DocumentDB を AWS SNS トピックに透過的に接続して、DocumentDB に何かが書き込まれると、結果として同じエントリが SNS トピックに公開されるようにする構成はありますか?

ミドルウェアなしでこれを行うオプションを探しています。たとえば、単純にするために、中間にラムダはありません。

4

1 に答える 1

0

After contacting AWS support regarding this, their response is:

Although the service role(AWSServiceRoleForRDS) associated with AWS DocumentDB consists of an Amazon SNS publish action (DocumentDB Developer Guide, pg:273), it does need a middleware to trigger the publish action to an SNS topic

于 2020-02-13T07:21:19.827 に答える