1回答
- 新しい順
- 投票が多い順
- コメントが多い順
0
If you don't want to manage API Key rotation, use Cognito Unauth Roles and IAM auth on AppSync. Easily configured using the Amplify CLI and the GraphQL Transform: https://aws-amplify.github.io/docs/cli-toolchain/graphql#public-authorization
# public authorization with provider override
type Post @model @auth(rules: [{allow: public, provider: iam}]) {
id: ID!
title: String!
}
回答済み 5年前
関連するコンテンツ
- AWS公式更新しました 2年前