Skip to content

Instantly share code, notes, and snippets.

@billydh
Created November 10, 2020 10:04
Show Gist options
  • Select an option

  • Save billydh/18457762c02831290de4392e068351a2 to your computer and use it in GitHub Desktop.

Select an option

Save billydh/18457762c02831290de4392e068351a2 to your computer and use it in GitHub Desktop.
update item function
fun updateCustomer(customer: CustomerPersist): Mono<Unit> {
return Mono.fromFuture(table.updateItem(customer))
.map { Unit }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment