You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/08/04 12:42:52 UTC

[camel-k-examples] 02/02: Firehose example: Update docs

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch 1.1.0-kinesis-update
in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git

commit b3b4aa8f75a7a637174ae4247b2abaf89031b217
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Aug 4 14:41:38 2020 +0200

    Firehose example: Update docs
---
 06-aws-kinesis-firehose-basic/readme.didact.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/06-aws-kinesis-firehose-basic/readme.didact.md b/06-aws-kinesis-firehose-basic/readme.didact.md
index 8264d75..864e468 100644
--- a/06-aws-kinesis-firehose-basic/readme.didact.md
+++ b/06-aws-kinesis-firehose-basic/readme.didact.md
@@ -15,6 +15,7 @@ cluster before starting the example.
 You should open this file with [Didact](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-didact) if available on your IDE.
 
 You must create an AWS Kinesis Firehose delivery stream named `stream` and point it to an S3 bucket called `datalake` followed by a random number on your AWS account.
+Also you'll need to create a bucket `backupdatalake` followed by a random number on your AWS account. This bucket will be used to move the file once consumed from the bucket `datalake` as backup.
 
 ## Requirements