Skip to content

Commit a36d957

Browse files
moperaczdarrenklein
authored andcommitted
fix documentation on decode_item
deprecated/removed `:decode_sets` option
1 parent 29493e0 commit a36d957

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/ex_aws/dynamo.ex

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,6 @@ defmodule ExAws.Dynamo do
123123
|> ExAws.request!
124124
|> Dynamo.decode_item(as: User)
125125
```
126-
127-
By default this will decode various dynamodb sets into lists. If you'd
128-
prefer they be decoded into `MapSet`s instead, set `decode_sets: true` in
129-
your compile-time (not runtime) configuration:
130-
131-
```elixir
132-
config :ex_aws, :dynamodb, decode_sets: true
133-
```
134126
"""
135127
@spec decode_item(Map.t()) :: Map.t()
136128
@spec decode_item(Map.t(), as: atom) :: Map.t()

0 commit comments

Comments
 (0)