Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

29 API Gateway & Tying it all together #17

Merged
merged 30 commits into from
Sep 23, 2024
Merged

29 API Gateway & Tying it all together #17

merged 30 commits into from
Sep 23, 2024

Conversation

Guysnacho
Copy link
Owner

@Guysnacho Guysnacho commented Sep 23, 2024

This one was bigger than expected because I missed some pieces along the way.

  1. I forgot to build a catalog function that returns the current list
  2. My understanding of gateways was a little bit off
  • Responses are normalized so I made sure my responses are consistent
  • I thought I needed an openapi spec but that was wrong too

So now we've got 3 total lambdas along with consistent responses from all of em. We've also got a quantity counter on each of our product listings. Might've cut corners on this one a little bit when it comes to the site but glad everything came out alright.

Its actually in a usable state, only thing left would be payment processing and you could....technically go live.

@Guysnacho Guysnacho merged commit f7ad6cd into main Sep 23, 2024
2 checks passed
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant