Commit c9ce2e7
authored
Introducing Runtime layer (#41)
This commit contains the following changes:
- Add ask-sdk-runtime package
- Refactored following abstract and implemented classes from ask-sdk-core to ask-sdk-runtime, since they are generic
- AbstractHandlerAdapter
- HandlerAdapter (renamed to GenericHandlerAdapter)
- AbstractRequestHandlerChain
- RequestHandlerChain (renamed to GenericRequestHandlerChain)
- AbstractRequestMapper
- RequestMapper (renamed to GenericRequestMapper)
- AbstractRequestDispatcher
- RequestDispatcher (renamed to GenericRequestDispatcher)
- AbstractExceptionMapper
- ExceptionMapper (renamed to GenericExceptionMapper)
- Dispatch, Skill Builder exceptions
- User Agent utility
- Added AbstractSkillBuilder, AbstractSkill, RuntimeConfiguration classes
- Refactored dependencies as needed
- Refactored tests as needed1 parent ed0d650 commit c9ce2e7
File tree
46 files changed
+2841
-1720
lines changed- ask-sdk-core
- ask_sdk_core
- dispatch_components
- tests/unit
- ask-sdk-runtime
- ask_sdk_runtime
- dispatch_components
- tests
- unit
- docs/en
- api
- models
- scripts/ci
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+2841
-1720
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
26 | 25 | | |
27 | | - | |
| 26 | + | |
0 commit comments