Commit 7d3b630
Service sdk routing (#1318)
* 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
* fix logging
* fix
* fix
* ktlint
---------
Co-authored-by: luigi <[email protected]>1 parent 5c86ab1 commit 7d3b630
File tree
6 files changed
+387
-92
lines changed- codegen/smithy-kotlin-codegen/src/main/kotlin/software/amazon/smithy/kotlin/codegen
- core
- service
6 files changed
+387
-92
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
Lines changed: 2 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
349 | 348 | | |
350 | 349 | | |
351 | 350 | | |
352 | | - | |
353 | | - | |
354 | 351 | | |
355 | 352 | | |
356 | 353 | | |
357 | | - | |
358 | | - | |
359 | 354 | | |
360 | 355 | | |
361 | 356 | | |
362 | | - | |
363 | | - | |
364 | 357 | | |
365 | 358 | | |
366 | 359 | | |
367 | 360 | | |
368 | 361 | | |
369 | 362 | | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
| 363 | + | |
| 364 | + | |
376 | 365 | | |
377 | 366 | | |
378 | 367 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
147 | 149 | | |
148 | 150 | | |
149 | 151 | | |
| |||
Lines changed: 32 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
490 | 493 | | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
491 | 498 | | |
492 | 499 | | |
493 | 500 | | |
494 | 501 | | |
495 | 502 | | |
496 | 503 | | |
| 504 | + | |
497 | 505 | | |
498 | 506 | | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
499 | 512 | | |
500 | | - | |
501 | 513 | | |
502 | | - | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
503 | 521 | | |
504 | 522 | | |
505 | 523 | | |
| |||
510 | 528 | | |
511 | 529 | | |
512 | 530 | | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
513 | 536 | | |
514 | 537 | | |
515 | | - | |
516 | | - | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
517 | 542 | | |
518 | 543 | | |
519 | | - | |
520 | | - | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
521 | 547 | | |
522 | 548 | | |
Lines changed: 0 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
0 commit comments