North-Seattle-College / ad440-winter2021-thursday-repo

NSC AD 440 Winter 2021 Thursday cohort practicum repo
Apache License 2.0
2 stars 27 forks source link

[Task] Implement /users (api) as a Lambda (AWS) function #248

Closed lbrown51 closed 3 years ago

lbrown51 commented 3 years ago

Is your feature request related to a problem? Please describe. There's not really a problem at hand, other than wanting to do an interesting assignment.

Describe the solution you'd like I would like an AWS Lambda function to be created that has the same functionality as the Azure Function at /users.

Describe alternatives you've considered We could just not do this, but that seems like it would serve poorly as an assignment, so we've decided to go ahead with doing it.

lbrown51 commented 3 years ago

Resolves #248

lbrown51 commented 3 years ago
DATE ACTIVITY TIME
3/7 Researching lambda 45 minutes
3/7 Lots more research 30 minutes
3/7 Starting playing around with creating function 30 minutes
3/9 Created the actual function and also the API 45 minutes
3/9 Worked on connecting to RDS database 45 minutes
3/9 Spent just...forever trying to figure out how to import functions 45 minutes
3/9 Writing GET and POST functions 45 minutes
3/9 Turns out that it wasn't dealing with JSON correctly. Fixing... 30 minutes
3/9 Cleaning up 45 minutes
3/10 Wrote this PR 40 minutes