Commit 80e1df6
committed
fix: rename handler to lambda_handler to match DEFAULT_HANDLER
The CLI writes handler: 'handler.lambda_handler' in compute config.
The template must export lambda_handler, not handler.1 parent af05e8d commit 80e1df6
File tree
2 files changed
+2
-2
lines changed- src/assets
- __tests__/__snapshots__
- mcp/python-fastmcp-lambda
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
779 | 779 | | |
780 | 780 | | |
781 | 781 | | |
782 | | - | |
| 782 | + | |
783 | 783 | | |
784 | 784 | | |
785 | 785 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
0 commit comments