issues
search
aws-beam
/
aws-codegen
Code generator for AWS clients in Erlang and Elixir.
Other
53
stars
49
forks
source link
[#29] Handle multi segment URI parameters
#32
Closed
jfacorro
closed
4 years ago
jfacorro
commented
4 years ago
Description
Handle URI parameters that can have multiple segments.
Return an empty map instead of
undefined
or
nil
when the response body is empty in REST based protocols.
Changes in generated projects:
Elixir
Erlang
Fixes #29
Description
undefined
ornil
when the response body is empty in REST based protocols.Changes in generated projects:
Fixes #29