export const enum BaconAWSDataRequestInstructions { PUT = "put", QUERY = "query", SCAN = "scan", UPDATE = "update", DELETE = "delete" }