Skip to content

Commit

Permalink
fix: Lambda auth config value
Browse files Browse the repository at this point in the history
  • Loading branch information
iartemiev committed Jan 29, 2024
1 parent b473532 commit 72dcd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/parseAWSExports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const authTypeMapping: Record<any, any> = {
AMAZON_COGNITO_USER_POOLS: 'userPool',
OPENID_CONNECT: 'oidc',
NONE: 'none',
LAMBDA: 'lambda',
AWS_LAMBDA: 'lambda',
};

/**
Expand Down

0 comments on commit 72dcd96

Please sign in to comment.