DZone

In this use case, we will implement an AWS Lambda integration service (API Endpoint) that will fetch and aggregate the price of a given cryptocurrency (user input) from two different exchanges: Kraken and Binance.

Following is the implementation flow of our service:

Source: DZone