Skip to content

Instantly share code, notes, and snippets.

@RyPope
Created February 5, 2019 05:08
Show Gist options
  • Save RyPope/51a92ee18a3197019669fdab7fea843d to your computer and use it in GitHub Desktop.
Save RyPope/51a92ee18a3197019669fdab7fea843d to your computer and use it in GitHub Desktop.
private final AmazonDynamoDB mClient = AmazonDynamoDBClientBuilder
.standard()
.build();
private final DynamoDB dynamoDB = new DynamoDB(mClient);
private Context mContext;
public Response handleRequest(final Request request, final Context context) {
mContext = context;
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment