Skip to content

Commit

Permalink
commonjs for lambda export
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerthome committed Oct 14, 2024
1 parent ad5b0a8 commit cffd041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform-incubator/home-unite-us/dev/src/customMessage.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const handler = async (event) => {
module.exports.handler = async (event) => {
if (event.triggerSource === 'CustomMessage_SignUp' || event.triggerSource === 'CustomMessage_ResendCode') {
const codeParameter = event.request.codeParameter;
const username = event.userName;
Expand Down

0 comments on commit cffd041

Please sign in to comment.