We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What were you initially searching for in the docs?
I was searching on the new Split operations with Router Is this related to an existing part of the documentation? Please share a link yes, https://awslabs.github.io/aws-lambda-powertools-python/1.22.0/core/event_handler/appsync/#split-operations-with-router Describe how we could make it clearer
Split operations with Router
Let's assume you have app.py as your Lambda function entrypoint and routes in users.py, this is how you'd use the Router feature.
app.py
users.py
I think you meant to say
Let's assume you have app.py as your Lambda function entrypoint and routes in location.py, this is how you'd use the Router feature.
location.py
Because the example given below is from the location.py file If you have a proposed update, please share it here It should be
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! We'll come back to you as soon as we can.
Sorry, something went wrong.
My pleasure 😊. Closing now
docs(appsync): fix users.py typo to locations #830
5c5a72e
No branches or pull requests
What were you initially searching for in the docs?
I was searching on the new
Split operations with Router
Is this related to an existing part of the documentation? Please share a link
yes,
https://awslabs.github.io/aws-lambda-powertools-python/1.22.0/core/event_handler/appsync/#split-operations-with-router
Describe how we could make it clearer
I think you meant to say
Because the example given below is from the
location.py
fileIf you have a proposed update, please share it here
It should be
The text was updated successfully, but these errors were encountered: