Skip to content

Commit 69208ba

Browse files
committed
feat: Lambda handler logic for streamable HTTP transport behind Lambda function URL
1 parent 2bed651 commit 69208ba

9 files changed

+1466
-148
lines changed

DEVELOP.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ npm install
9292
npm run build
9393

9494
npm link
95+
96+
# For development
97+
npm test (coverage report will be in coverage/index.html)
98+
npm run lint
9599
```
96100

97101
### Deploy the example Python servers

0 commit comments

Comments
 (0)