Skip to content

Commit a972f9a

Browse files
committed
updated build number
1 parent 78d5cd4 commit a972f9a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kotlin/services/eventbridge/src/main/kotlin/com/kotlin/eventbridge/EventbridgeMVP.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,6 @@ suspend fun createSnsTopic(topicName: String): String? {
655655
}
656656
""".trimIndent()
657657

658-
659658
val topicAttributes = mutableMapOf<String, String>()
660659
topicAttributes["Policy"] = topicPolicy
661660

@@ -709,7 +708,6 @@ suspend fun addEventRule(
709708
}
710709
""".trimIndent()
711710

712-
713711
val ruleRequest =
714712
PutRuleRequest {
715713
description = "Created by using the AWS SDK for Kotlin"

0 commit comments

Comments
 (0)