diff --git a/README.md b/README.md index 24668d1..29b0123 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Kinesis consumer applications written in Go. This library is intended to be a lightweight wrapper around the Kinesis API to read records, save checkpoints (with swappable backends), and gracefully recover from service timeouts/errors. -Some alterative options: +__Alternate serverless options:__ * [Kinesis to Firehose](http://docs.aws.amazon.com/firehose/latest/dev/writing-with-kinesis-streams.html) can be used to archive data directly to S3, Redshift, or Elasticsearch without running a consumer application.