Description
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
Let's assume you have
app.py
as your Lambda function entrypoint and routes inusers.py
, this is how you'd use the Router feature.
I think you meant to say
Let's assume you have
app.py
as your Lambda function entrypoint and routes inlocation.py
, this is how you'd use the Router feature.
Because the example given below is from the location.py
file
If you have a proposed update, please share it here
It should be
Let's assume you have
app.py
as your Lambda function entrypoint and routes inlocation.py
, this is how you'd use the Router feature.