Use pre-defined functions from serverless environment.
https://documenter.getpostman.com/view/2803116/T1DpCxdd
https://w7d24gb67j.execute-api.eu-central-1.amazonaws.com/dev
- GET - /currency/exchange/{fromCurrencyCode}/{toCurrencyCode}
- GET - /currency/exchange/{fromCurrencyCode}/{toCurrencyCode}/{amount}
- GET - /currency/exchange/{fromCurrencyCode}/{toCurrencyCode}/{amount}/{date}
- GET - /generation/identityNumber/{countryCode}
- GET - /generation/taxNumber/{countryCode}
- GET - /validation/email/{email}
- GET - /validation/taxNumber/{countryCode}/{taxNumber}
- GET - /validation/identityNumber/{countryCode}/{identityNumber}
- GET - /validation/plate/{countryCode}/{plate}
- GET - /validation/phone/{countryCode}/{phone}
- GET - /validation/ipAddress/{ipAddress}