Skip to content

Commit 75473e3

Browse files
authored
feat(lambda-events): add Control Tower lifecycle events module (#1107)
1 parent a5f3912 commit 75473e3

17 files changed

Lines changed: 988 additions & 0 deletions

lambda-events/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ default = [
7979
"streams",
8080
"documentdb",
8181
"eventbridge",
82+
"controltower",
8283
"vpc_lattice"
8384
]
8485

@@ -103,6 +104,7 @@ codepipeline_job = []
103104
cognito = []
104105
config = []
105106
connect = []
107+
controltower = []
106108
dynamodb = ["chrono", "serde_dynamo", "streams"]
107109
ecr_scan = []
108110
firehose = ["chrono"]

0 commit comments

Comments
 (0)