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

[BE] Create microservice to load produtcts #6

Open
9 tasks done
Eugeniosales opened this issue Oct 16, 2022 · 0 comments
Open
9 tasks done

[BE] Create microservice to load produtcts #6

Eugeniosales opened this issue Oct 16, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Eugeniosales
Copy link
Owner

Eugeniosales commented Oct 16, 2022

Description:

Create microsservice to load produtcts from the Products table in DynamoDB. Also, the microsservice needs to make an asynchrounous call to getExchangeRate microservice to display the currency accordingly.

Acceptance criteria:

  • Create Product table in DynamoDB
  • Add lambda getProducts of Product domain
  • Add unit test to business and adapters layer
  • Crate Api Gateway and attach to getProducts lambda
  • Attach lambda to default VPC and private subnets
  • Create public subnet and Internet Gateway to provide internet access
  • Create NAT Gateway to public subnet
  • Create a route table to private subnets routing to NAT Gateway
  • Create a route table to public subnet routing InternetGateway
@Eugeniosales Eugeniosales self-assigned this Oct 16, 2022
@Eugeniosales Eugeniosales added the enhancement New feature or request label Oct 16, 2022
Eugeniosales added a commit that referenced this issue Oct 16, 2022
Eugeniosales added a commit that referenced this issue Oct 16, 2022
Eugeniosales added a commit that referenced this issue Oct 16, 2022
Eugeniosales added a commit that referenced this issue Oct 16, 2022
Eugeniosales added a commit that referenced this issue Oct 16, 2022
Eugeniosales added a commit that referenced this issue Oct 16, 2022
Eugeniosales added a commit that referenced this issue Oct 17, 2022
@Eugeniosales Eugeniosales changed the title [BE] Create microsservice to load produtcts [BE] Create microservice to load produtcts Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant