Skip to content

Instantly share code, notes, and snippets.

View corywilkerson's full-sized avatar
🎯
Focusing

Cory Wilkerson corywilkerson

🎯
Focusing
View GitHub Profile
@sh0tt
sh0tt / BinaryDataPutSample.java
Created August 23, 2012 23:00
DynamoDB binary data put sample
package samples.dynamodb;
import java.io.File;
import java.io.FileInputStream;
import java.nio.ByteBuffer;
import java.util.HashMap;
import java.util.Map;
import samples.dynamodb.model.Employee;