Skip to content

Commit 829bf8f

Browse files
committed
renamed service folder
1 parent 82eb1fd commit 829bf8f

File tree

11 files changed

+71
-0
lines changed

11 files changed

+71
-0
lines changed
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# Data Firehose code examples for the SDK for Java 2.x
2+
3+
## Overview
4+
5+
Shows how to use the AWS SDK for Java 2.x to work with Amazon Data Firehose.
6+
7+
<!--custom.overview.start-->
8+
<!--custom.overview.end-->
9+
10+
_Data Firehose is a fully managed service for delivering real-time streaming data to AWS destinations and third-party HTTP endpoints._
11+
12+
## ⚠ Important
13+
14+
* Running this code might result in charges to your AWS account. For more details, see [AWS Pricing](https://aws.amazon.com/pricing/) and [Free Tier](https://aws.amazon.com/free/).
15+
* Running the tests might result in charges to your AWS account.
16+
* We recommend that you grant your code least privilege. At most, grant only the minimum permissions required to perform the task. For more information, see [Grant least privilege](https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html#grant-least-privilege).
17+
* This code is not tested in every AWS Region. For more information, see [AWS Regional Services](https://aws.amazon.com/about-aws/global-infrastructure/regional-product-services).
18+
19+
<!--custom.important.start-->
20+
<!--custom.important.end-->
21+
22+
## Code examples
23+
24+
### Prerequisites
25+
26+
For prerequisites, see the [README](../../README.md#Prerequisites) in the `javav2` folder.
27+
28+
29+
<!--custom.prerequisites.start-->
30+
<!--custom.prerequisites.end-->
31+
32+
<!--custom.examples.start-->
33+
<!--custom.examples.end-->
34+
35+
## Run the examples
36+
37+
### Instructions
38+
39+
40+
<!--custom.instructions.start-->
41+
<!--custom.instructions.end-->
42+
43+
44+
45+
### Tests
46+
47+
⚠ Running tests might result in charges to your AWS account.
48+
49+
50+
To find instructions for running these tests, see the [README](../../README.md#Tests)
51+
in the `javav2` folder.
52+
53+
54+
55+
<!--custom.tests.start-->
56+
<!--custom.tests.end-->
57+
58+
## Additional resources
59+
60+
- [Data Firehose User Guide](https://docs.aws.amazon.com/firehose/latest/dev/what-is-this-service.html)
61+
- [Data Firehose API Reference](https://docs.aws.amazon.com/firehose/latest/APIReference/Welcome.html)
62+
- [SDK for Java 2.x Data Firehose reference](https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/firehose/package-summary.html)
63+
64+
<!--custom.resources.start-->
65+
<!--custom.resources.end-->
66+
67+
---
68+
69+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
70+
71+
SPDX-License-Identifier: Apache-2.0

0 commit comments

Comments
 (0)