Skip to content

Commit

Permalink
enable http api
Browse files Browse the repository at this point in the history
  • Loading branch information
ebisbe committed Jul 12, 2024
1 parent ef64cc9 commit 98ea53f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions serverless.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ const serverlessConfig: ServerlessExtended = {
name: "aws",
stage: "dev",
runtime: "nodejs20.x",
logs: {
httpApi: true,
},
},

build: {
Expand Down

0 comments on commit 98ea53f

Please sign in to comment.