Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions aws-developer/03_serverless_api/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Find the entire program architecture: [here](../Architecture.pdf).
3. The response from the lambda should be a _full_ array of products (mock data should be used - this mock data should be stored in Product Service).
4. This endpoint should be integrated with Frontend app for _PLP_ (Product List Page) representation.

_Note: if you have an error with **docker** during deployment, you can probably try to install **esbuild** according to the [documentation](https://docs.aws.amazon.com/cdk/api/v1/docs/aws-lambda-nodejs-readme.html#local-bundling)_

### Task 3.2

1. Create a lambda function called `getProductsById` under the same AWS CDK Stack file of Product Service which will be triggered by the HTTP GET method.
Expand Down