API Gateway integration with DAX

0

Is there a way to use a service integration from API Gateway (REST) for DAX?

I know we can use a service integration for DynamoDB, but DAX is supposed to be a transparent replacement with respect to the API.

Seems like a big waste to reintroduce a Lambda in between just because I want to add caching, and this goes against the 'Servicefull' best practice.

2回答
0

I don't think it's going to be possible as DAX is deployed inside a VPC so even if it would be possible to call DAX directly from API gateway, it would be possible only for Private REST API.

If you don't use DAX for anything else, you could still implement the caching at rest Api level instead of using DAX

Miki
回答済み 2年前
0

There isn't a way to achieve this without using a Lambda in between, that too a VPC Lambda which could very well defeat the purpose of using a caching system to reduce data access latencies. Using DynamoDB directly may be a better option here and using APIGW caching if applicable.

profile pictureAWS
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ