saayam-for-all / api

Saayam APIs implemented with Amazon Gateway API infrastructure.
0 stars 0 forks source link

Get User Data #4

Open vighneshsridhar opened 3 weeks ago

vighneshsridhar commented 3 weeks ago

I need to create an API for a lambda function that gets user data. The lambda function creates a new JSON object with the parameters passed in from the front end and invokes the Volunteer micro service API. If my API is getUserInfo(email), for example, that should match the Volunteer micro service API getUserInfo(email).

RaoBhethanabotla commented 2 weeks ago

Vignesh needs help. Ethan and Eliza (Lianwey) are going to help Vignesh.

Eliza1129 commented 2 weeks ago

I already create a Get method to get all information from users(phone, name, timezone and email) in UpdateUserinformation API in our own saayam env, please check.