Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
Test Betclic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clément CORNU
Test Betclic
Commits
fd246be4
Commit
fd246be4
authored
5 months ago
by
Clément CORNU
Browse files
Options
Downloads
Patches
Plain Diff
feat: add dynamo sdk + dynamokt library
parent
4488737b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.gradle.kts
+6
-0
6 additions, 0 deletions
build.gradle.kts
gradle.properties
+2
-0
2 additions, 0 deletions
gradle.properties
with
8 additions
and
0 deletions
build.gradle.kts
+
6
−
0
View file @
fd246be4
val
koin_version
:
String
by
project
val
kotlin_version
:
String
by
project
val
logback_version
:
String
by
project
val
dynamo_version
:
String
by
project
val
dynamo_kt_version
:
String
by
project
plugins
{
kotlin
(
"jvm"
)
version
"2.1.10"
...
...
@@ -32,6 +35,9 @@ dependencies {
implementation
(
"io.ktor:ktor-server-netty"
)
implementation
(
"ch.qos.logback:logback-classic:$logback_version"
)
implementation
(
"io.ktor:ktor-server-config-yaml"
)
implementation
(
"software.amazon.awssdk:dynamodb-enhanced:$dynamo_version"
)
implementation
(
"software.amazon.awssdk:dynamodb:$dynamo_version"
)
implementation
(
"dev.andrewohara:dynamokt:$dynamo_kt_version"
)
testImplementation
(
"io.ktor:ktor-server-test-host"
)
testImplementation
(
"org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version"
)
}
This diff is collapsed.
Click to expand it.
gradle.properties
+
2
−
0
View file @
fd246be4
kotlin.code.style
=
official
koin_version
=
3.5.6
kotlin_version
=
2.1.10
dynamo_version
=
2.28.1
dynamo_kt_version
=
1.0.0
ktor_version
=
3.0.3
logback_version
=
1.4.14
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment