Execute AWS requests safely. This will trap
errors and return a default value (if specified).
- default A default response value
- request A block which contains the AWS
request
Returns the return value from the request is returned untouched or the
default value on error or if the request returned nil.