Skip to content

Task 4 - #3

Open
nextsukhorutchenko wants to merge 3 commits into
mainfrom
task-4
Open

Task 4#3
nextsukhorutchenko wants to merge 3 commits into
mainfrom
task-4

Conversation

@nextsukhorutchenko

@nextsukhorutchenko nextsukhorutchenko commented May 9, 2026

Copy link
Copy Markdown
Owner

What was done?

  • Created DynamoDB tables products and stocks.
  • Wrote a script to seed the database.
  • Updated getProductsList and getProductsById Lambdas to fetch and join data from DynamoDB.
  • Implemented POST /products Lambda (createProduct) with DynamoDB Transactions.
  • Configured API Gateway to route POST requests.
  • Handled 400 Bad Request for invalid data.
  • Handled 500 Internal Server Error for DB connection issues.
  • Implemented comprehensive console.log for incoming events in all Lambdas.
  • Frontend is successfully integrated and displays count.
    Link to Product Service API: https://5y1h93nifb.execute-api.eu-west-1.amazonaws.com/prod/products

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