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

Task 4: Integration with NoSQL Database #1

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Task 4: Integration with NoSQL Database #1

wants to merge 5 commits into from

Conversation

Lultik
Copy link
Owner

@Lultik Lultik commented Mar 29, 2024

  • Task 4.1 is implemented
  • Task 4.2 is implemented lambda links are provided and returns data
  • Task 4.3 is implemented lambda links are provided and products is stored in DB (call Task 4.2 to see the product)
  • Your own Frontend application is integrated with Product Service (/products API) and products from Product Service are represented on Frontend. Link to a working Frontend application is provided for cross-check reviewer.

Get all products - GET - https://tqcq817kzk.execute-api.eu-central-1.amazonaws.com/dev/products
Get product by id - GET - https://tqcq817kzk.execute-api.eu-central-1.amazonaws.com/dev/products/{id}
Create product - POST - https://tqcq817kzk.execute-api.eu-central-1.amazonaws.com/dev/products
Swagger Docs - GET - https://p3virk857f.execute-api.eu-central-1.amazonaws.com/doc

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