Commit 861a1f9
refactor(integration-tests): consolidate lambda code and test structure
- Rename base stack to on-demand for clearer naming
- Create shared lambda handlers (default-*) used by on-demand, lmi, and snapstart stacks
- Refactor tests to use describe.each pattern for iterating over runtimes
- Add new test utilities (default.ts, invoke.ts) for cleaner test organization
- Remove duplicate per-stack lambda code in favor of shared handlers
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 647f1a7 commit 861a1f9
File tree
46 files changed
+8193
-1748
lines changed- integration-tests
- bin
- lambda
- base-dotnet
- base-java
- src/main/java/example
- base-node
- base-python
- default-dotnet
- default-java
- src/main/java/example
- default-node
- default-python
- lmi-dotnet
- lmi-java/src/main/java/example
- lmi-node
- snapstart-dotnet
- snapstart-java
- src/main/java/example
- snapstart-python
- lib/stacks
- tests
- utils
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
+8193
-1748
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
6 | 15 | | |
7 | 16 | | |
8 | 17 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 13 deletions
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
0 commit comments