Commit ceccc78
committed
Aligns Lambda entry point with HTTP API v2
Updates the ASP.NET Core Lambda entry point to use API Gateway HTTP API v2, aligning with the serverless configuration's HttpApi event type. Ensures request/response mapping compatibility and prevents format mismatches when invoking through HttpApi.
Improves deployment consistency and reduces integration friction with the configured AWS infrastructure.1 parent abd425f commit ceccc78
1 file changed
Lines changed: 2 additions & 1 deletion
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | | - | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
0 commit comments