11 12 13 14 15 16 17 query SearchPeanuts { ( filter { minPrice , maxPrice , flavorProfiles [ , ] } ) { items { varietyId name price flavorProfiles } nextToken } } listPeanuts : : : : 1000 3000 "甘い" "濃厚" 実際のクエリ例 AppSync のクエリの と DynamoDB の は違う Query Query なぜ Amazon DynamoDB では難しい?(おまけ) フロントエンド側で叩く時は query と見えるが、 実際の Amazon DynamoDB への操作は PK が 指定されていないのでScan