Commit 6b09e72
committed
fix: Add skill handler directory in pythonpath, for local imports
This commit adds the skill handler directory into the PYTHONPATH variable, so that while running the skill handler file, local python modules/packages imports works as expected. This is to stimulate the behavior of running the skill lambda handler as the main file from the python interpreter.1 parent 4dc20bc commit 6b09e72
File tree
1 file changed
+16
-0
lines changed- ask-sdk-local-debug/ask_sdk_local_debug/config
1 file changed
+16
-0
lines changedLines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
85 | 100 | | |
86 | 101 | | |
| 102 | + | |
87 | 103 | | |
88 | 104 | | |
89 | 105 | | |
| |||
0 commit comments