feat: with domain events
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-02-12 23:13:34 +01:00
parent c5568f2bea
commit f9f280278f
7 changed files with 79 additions and 8 deletions

View File

@@ -18,6 +18,8 @@ async-trait = "0.1.77"
mockall_double = "0.3.1"
aws-config = { version = "1.1.5", features = ["behavior-version-latest"] }
aws-sdk-s3 = { version = "1.15.0", features = ["behavior-version-latest"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
[build-dependencies]
tonic-build = "0.11.0"