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

4m read timeFrom theburningmonk.com
Post cover image
Table of contents
API KeysLambda authorizerAWS IAMConclusionsLinksRelated Posts

Sort: