toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-dynamodb
/
org.http4k.connect.amazon.dynamodb.mapper
/
DynamoDbTableMapperSchema
/
Primary
/
Companion
Companion
object
Companion
Members
Functions
invoke
Link copied to clipboard
inline operator
fun
<
Document
:
Any
,
HashKey
,
SortKey
>
invoke
(
hashKeyAttribute
:
Attribute
<
HashKey
>
,
sortKeyAttribute
:
Attribute
<
SortKey
>
?
=
null
,
lens
:
BiDiLens
<
Item
,
Document
>
=
DynamoDbMoshi.autoDynamoLens()
)
:
DynamoDbTableMapperSchema.Primary
<
Document
,
HashKey
,
SortKey
>