Skip to content

Instantly share code, notes, and snippets.

View toefel18's full-sized avatar
🏄‍♀️
Codesurfer

Christophe Hesters toefel18

🏄‍♀️
Codesurfer
View GitHub Profile
@gaplo917
gaplo917 / main.kt
Created May 8, 2019 11:19
Kotlin DynamoDB Object Mapping Sample
import com.amazonaws.auth.AWSStaticCredentialsProvider
import com.amazonaws.auth.BasicAWSCredentials
import com.amazonaws.client.builder.AwsClientBuilder
import com.amazonaws.services.dynamodbv2.AmazonDynamoDBClientBuilder
import com.amazonaws.services.dynamodbv2.datamodeling.*
import com.amazonaws.services.dynamodbv2.model.BillingMode
import com.amazonaws.services.dynamodbv2.model.ResourceInUseException
import java.math.BigDecimal
import java.util.*