Yeah. I know Elixir has its pipe operator |> which operates similarly. I don't know how much this really plays a part, but because "|" is so commonly used for the bitwise-or operator, you then have to choose another token to use for it. With Risor I made the judgement that bitwise-or can be handled in some other way, since it's less important than getting a concise pipe expression.
What this is referring to is that the AWS SDK is built into the Risor binary. This means that using Risor you can call any AWS API without needing to install extra packages/dependencies/etc.