Like in the title, we need to create a policy for AWS API Gateway based on another platform. However, in AWS, we only have the wildcards "*"
and "?"
. I need to create a resource policy that includes a wildcard "/"
, but only for one segment after the specified path, and no more.
Do you have any ideas on how to achieve this?
BR,