NewFifoQueue constructs a AWS SQS backed Queue
implementation. This queue, generally is ephemeral: tasks are
removed from the queue, and therefore may not handle jobs across
restarts.
Options holds the creation options. If region is not specified, it
defaults to "us-east-1" and if the journaler is not specified, the
global journal is used.