Skip to content

Commit

Permalink
keep incorrect value to prevent breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
iartemiev committed Jan 29, 2024
1 parent 72dcd96 commit 1b959b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/parseAWSExports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +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 1b959b1

Please sign in to comment.