Skip to content

Commit

Permalink
feat: aws handler alias
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickJS committed May 6, 2024
1 parent 25c0c98 commit 937b059
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions starters/adapters/aws-lambda/src/entry_aws-lambda.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ declare global {
export const { handle } = createQwikCity({ render, qwikCityPlan, manifest });

export const qwikApp = serverless({ handle }, { binary: true });
// handler is the default export for the lambda functions
export const handler = qwikApp;

0 comments on commit 937b059

Please sign in to comment.