Skip to content

Task 3: Product Service with CDK, API Gateway, Lambda - #2

Merged
Javlon999 merged 1 commit into
masterfrom
task-3-aws
Apr 27, 2026
Merged

Task 3: Product Service with CDK, API Gateway, Lambda#2
Javlon999 merged 1 commit into
masterfrom
task-3-aws

Conversation

@Javlon999

@Javlon999 Javlon999 commented Apr 25, 2026

Copy link
Copy Markdown
Owner

What was done?

  • Product Service created using AWS CDK
  • Two lambda functions: getProductsList, getProductsById
  • API Gateway with /products and /products/{productId} endpoints
  • CORS configured for frontend integration
  • Frontend integrated with Product Service /products API
  • Error handling for "Product not found" scenario

Link to Product Service API

Products list (GET): https://3t3nnkwaeb.execute-api.ap-southeast-2.amazonaws.com/prod/products
Product by id (GET): https://3t3nnkwaeb.execute-api.ap-southeast-2.amazonaws.com/prod/products/1

Link to FE PR

EPAM-JS-Competency-center/shop-react-redux-cloudfront#612

Product Schema

{
"id": "string",
"title": "string",
"description": "string",
"price": "number",
"count": "number"
}

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