You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* service init, code to separate client and service
* server can be ran
* application in build.gradle.kts
* detele non-finished code
* ktlintformat
* change style
* ktlintformat
* add abstraction for service
* minor fix
* minor fix
* cbor serde
* fix
* formatting
* comment
* fix
* fix
* generate routing based on smithy file
* ktlint format
* service framework abstraction
* ktlint foramt
* logging
* ktlint format
* add ContentTypeGuard
* ktlint
* fix content type guard
* ktlint
* move some parameters, e.g. engine, port, log level to be chosen in runtime rather than compile
* ktlint
* fix
* error handler
* ktlint
* fix logging
* error handler message envelope
* use error handler for content guard type
* fix
* fix
* ktlint
* ktlint
* fix
* fix and set up
* authentication set up
* fix
* kitlint
* error handler for auth
* remove manual input
* fix
* abstraction of service framework and run type
* simplify the code
* fix
* auth
* fix
* fix
---------
Co-authored-by: luigi <[email protected]>
Copy file name to clipboardExpand all lines: codegen/smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/core/KotlinDependency.kt
Copy file name to clipboardExpand all lines: codegen/smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/service/KtorStubGenerator.kt
Copy file name to clipboardExpand all lines: codegen/smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen/service/ServiceTypes.kt
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -52,4 +52,9 @@ class ServiceTypes(val pkgName: String) {
0 commit comments