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 공식업데이트됨 5달 전
- AWS 공식업데이트됨 2년 전