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 78d5cd4 commit a972f9aCopy full SHA for a972f9a
kotlin/services/eventbridge/src/main/kotlin/com/kotlin/eventbridge/EventbridgeMVP.kt
@@ -655,7 +655,6 @@ suspend fun createSnsTopic(topicName: String): String? {
655
}
656
""".trimIndent()
657
658
-
659
val topicAttributes = mutableMapOf<String, String>()
660
topicAttributes["Policy"] = topicPolicy
661
@@ -709,7 +708,6 @@ suspend fun addEventRule(
709
708
710
711
712
713
val ruleRequest =
714
PutRuleRequest {
715
description = "Created by using the AWS SDK for Kotlin"
0 commit comments