# Functions

Compress compresses string and returns byte array.
CompressBuffer compresses string and returns byte array.
ParseJson to determine whether a string is valid JSON.
PrettyPrint is to print the object.
Retry keeps trying the function until the second argument returns false, or no error is returned.
StringInSlice checks string present in slice of strings.
UploadToS3 send data to S3.

# Type aliases

Func represents functions that can be retried.