Cognito integration with other lambdas 1) Each organization will have a unique database . Database name will be stored in api_keys table ? Each time an API call is made we need to get the dbname Since each organization has unique db, we need to make sure that we always hit that db 2) We have several lambdas for pages like below . Below are two sample pages but the process is same for all others 2.1 Database dashboard https://projects.invisionapp.com/share/ZP11L14942XY#/screens/469121740 There will be separate lambda and API method for this Each time an API call is made we need to hit the right database (unique database for the organization) 2.2 Tables dashboard https://projects.invisionapp.com/share/ZP11L14942XY#/screens/469121745 There will be separate lambda and API method for this Each time an API call is made we need to hit the right database (unique database for the organization) Kaan`s work : Kaan will help in integrating above Lambdas into the system . Also help us in attaching db name with cognito interactions Help in creating api endpoints to each method . Need to build documentation like https://docs.crunchybridge.com/api/ before we can engage our REACT developer from next week