Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
scmacdon committed Dec 11, 2024
1 parent 428ef9d commit 029f216
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion javav2/example_code/firehose/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,21 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `javav
<!--custom.prerequisites.start-->
<!--custom.prerequisites.end-->

### Single actions

Code excerpts that show you how to call individual service functions.

- [PutRecord](src/main/java/com/example/firehose/PutRecord.java#L52)
- [PutRecordBatch](src/main/java/com/example/firehose/PutBatchRecords.java#L6)

### Scenarios

Code examples that show you how to accomplish a specific task by calling multiple
functions within the same service.

- [Put records to Data Firehose](src/main/java/com/example/firehose/scenario/FirehoseScenario.java)


<!--custom.examples.start-->
<!--custom.examples.end-->

Expand All @@ -42,6 +57,18 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `javav



#### Put records to Data Firehose

This example shows you how to use Data Firehose to process individual and batch records.


<!--custom.scenario_prereqs.firehose_Scenario_PutRecords.start-->
<!--custom.scenario_prereqs.firehose_Scenario_PutRecords.end-->


<!--custom.scenarios.firehose_Scenario_PutRecords.start-->
<!--custom.scenarios.firehose_Scenario_PutRecords.end-->

### Tests

⚠ Running tests might result in charges to your AWS account.
Expand All @@ -68,4 +95,4 @@ in the `javav2` folder.

Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.

SPDX-License-Identifier: Apache-2.0
SPDX-License-Identifier: Apache-2.0

0 comments on commit 029f216

Please sign in to comment.