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 job to save exchange rates from external API #3

Open
5 tasks done
Eugeniosales opened this issue Oct 14, 2022 · 0 comments
Open
5 tasks done

[BE] Create job to save exchange rates from external API #3

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

Comments

@Eugeniosales
Copy link
Owner

Eugeniosales commented Oct 14, 2022

Description:

Create job to get every single minute the exchange rates with BRL Base from exchangeRates API and save data in ExchangeRate table in DynamoDB.

Exchange Rates External API: https://exchangeratesapi.io/documentation/

Acceptance criteria:

  • Add rule update-exchange-rate-rule no EventBridge para agendamento de evento por minuto
  • Add SQS update-exchange-rate-queue to receive events from rule
  • Add lambda UpdateExchangeRate of ExchangeRate domain triggered by SQS
  • Create ExchangeRate table in DynamoDB
  • Add unit test to business and adapters layer
@Eugeniosales Eugeniosales added the enhancement New feature or request label Oct 15, 2022
@Eugeniosales Eugeniosales self-assigned this Oct 15, 2022
Eugeniosales added a commit that referenced this issue Oct 15, 2022
Eugeniosales added a commit that referenced this issue Oct 15, 2022
Eugeniosales added a commit that referenced this issue Oct 15, 2022
Eugeniosales added a commit that referenced this issue Oct 15, 2022
Eugeniosales added a commit that referenced this issue Oct 15, 2022
Eugeniosales added a commit that referenced this issue Oct 15, 2022
Eugeniosales added a commit that referenced this issue Oct 15, 2022
Eugeniosales added a commit that referenced this issue Oct 15, 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