AppSync doesn't natively support unauthenticated API calls, but you can implement this functionality using three approaches: API Keys (easiest but requires periodic renewal), Lambda Authorizers with shared secrets (more control but additional costs), or AWS IAM via Cognito Identity Pool (fine-grained control, free but complex
Sort: