We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d52650d commit 775ce75Copy full SHA for 775ce75
lambdas/cognito-user-migration-trigger/index.js
@@ -67,7 +67,7 @@ exports.handler = async (event) => {
67
if (e.code === 'InvalidParameterException') throw new Error('Invalid parameter')
68
if (e.code === 'TooManyRequestsException') throw new Error('Too many requests')
69
console.error(e)
70
- throw new Error('Internal error occurred.')
+ throw new Error('Internal error occurred')
71
}),
72
authReq
73
])
0 commit comments