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 provide current exchange rate info #4

Open
5 tasks done
Eugeniosales opened this issue Oct 16, 2022 · 1 comment
Open
5 tasks done
Assignees
Labels
enhancement New feature or request

Comments

@Eugeniosales
Copy link
Owner

Eugeniosales commented Oct 16, 2022

Description:

Create job to provide current exchange rate info from the ExchangeRate table in DynamoDB.

Acceptance criteria:

  • Add lambda getExchangeRate of ExchangeRate domain
  • Add unit test to business and adapters layer
  • Create private subnets in two availability zones
  • Create Application Load Balancer and attach to private subnets
  • Attach lambda to private subnets
@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
Copy link
Owner Author

Exemplo de resposta:

{
    "success": true,
    "timestamp": 1519296206,
    "baseCurrency": "EUR",
    "date": "2021-03-17",
    "rates": {
        "AUD": 1.566015,
        "CAD": 1.560132,
        "CHF": 1.154727,
        "CNY": 7.827874,
        "GBP": 0.882047,
        "JPY": 132.360679,
        "USD": 1.23396,
    [...]
    }
}

@Eugeniosales Eugeniosales changed the title [BE] Create microsservice to provide current exchange rate info [BE] Create microservice to provide current exchange rate info 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