Skip to content

Instantly share code, notes, and snippets.

@yasudacloud
Created December 11, 2022 05:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yasudacloud/bd34e8e333b1910499f5625e4a02f1d3 to your computer and use it in GitHub Desktop.
Save yasudacloud/bd34e8e333b1910499f5625e4a02f1d3 to your computer and use it in GitHub Desktop.
controllers/index.js
'use strict';
const cognitoController = require('./cognito-controller');
module.exports = {
cognitoController
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment