```yaml resources: - method: post path: /hello log: "hello world" - method: post log: "request path was ${context.request.path}" ```