0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

[AWS Q&A 365][AppSync]AWSのよくある問題の毎日5選 #25

Posted at

1. AWS AppSyncにおけるキャッシングの動作は何ですか?

回答:AWS AppSyncはAPIのパフォーマンスを向上させるためにキャッシングの動作を提供しています。クエリまたはミューテーションのレスポンスをキャッシュし、後続のリクエストでキャッシュから提供します。

2. AWS AppSyncでキャッシュを暗号化できますか?

回答:はい、AWS AppSyncではAWS Key Management Service(KMS)を使用してキャッシュを暗号化することができます。これにより、キャッシュにさらなるセキュリティレイヤーが提供されます。

3. AWS AppSyncでキャッシュエントリーを削除するにはどうすればよいですか?

回答:リゾルバ内のCacheKeyパラメータを使用して、AWS AppSyncでキャッシュエントリーを削除することができます。IdentityCacheKeyパラメータを使用して、IDに基づいてキャッシュエントリーを削除することもできます。

4. AWS AppSyncでのキャッシュのインスタンスタイプは何がありますか?

回答:AWS AppSyncは、AWS AppSync Standard、AWS AppSync Dedicated、およびAmazon ElastiCacheを含む複数のインスタンスタイプでキャッシングをサポートしています。

5. AWS AppSyncでキャッシュログを分析するにはどうすればよいですか?

回答:CloudWatch Logs Insightsを使用して、AWS AppSyncでキャッシュログを分析することができます。これにより、ログを検索してフィルタリングし、問題を特定し、APIのパフォーマンスを向上させることができます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?