We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1476668 commit 8fdbcebCopy full SHA for 8fdbceb
examples/dynamodb-movies/src/main/kotlin/aws/sdk/kotlin/example/Main.kt
@@ -135,7 +135,7 @@ fun getResourceAsText(path: String): String =
135
136
// map json to attribute values
137
fun jsonElementToAttributeValue(element: JsonElement): AttributeValue = when {
138
- element.isJsonNull -> AttributeValue.NULL(true)
+ element.isJsonNull -> AttributeValue.Null(true)
139
element.isJsonPrimitive -> {
140
val primitive = element.asJsonPrimitive
141
when {
0 commit comments