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 3 #185

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

Task 3 #185

wants to merge 2 commits into from

Conversation

Ksarelto
Copy link

@Ksarelto Ksarelto commented Oct 9, 2023

Task name: First Api with API Gateway and Lambda functions

Task link: https://github.com/EPAM-JS-Competency-center/cloud-development-course-initial/blob/main/3_serverless_api/task.md#task-3-first-api-with-aws-api-gateway-and-aws-lambda

Result:

Optional:

  • Async/await is used in lambda functions
  • ES6 modules are used
  • Webpack/ESBuild/etc is configured
  • SWAGGER documentation is created for Product Service (https://ksarelto.github.io/aws-backend)
  • Lambda handlers are covered by basic UNIT tests
  • Lambda handlers (getProductsList, getProductsById) code is written not in 1 single module
  • Main error scenarios are handled by API ("Product not found" error).

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