Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Public endpoint #592

Open
marcelinhov2 opened this issue Apr 10, 2023 · 1 comment
Open

Public endpoint #592

marcelinhov2 opened this issue Apr 10, 2023 · 1 comment

Comments

@marcelinhov2
Copy link

Hello, I wanted to have some Queries that don't need any authentication. Is it possible?

Thanks.

@mleziva
Copy link

mleziva commented Jun 13, 2023

There is always an authorization mode required as part of app sync, regardless of if it is deployed with this serverless plugin. Some potential options for you:

  • Create a lambda authorizer that will always return authorized. This means it will accept any authorization header. Not sure if the authorization header will even need to be included in this case.
  • Use API Key authorization behind a gateway/proxy service that automatically includes the key in the request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants