Amazon Kinesis Stream with AWS SDK for Java: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 18: | Line 18: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
=Playground | =<span id='Playground_Example'></span>Playground Examples= | ||
=Put a Record= | =Put a Record= |
Revision as of 01:08, 19 December 2018
External
- https://docs.aws.amazon.com/streams/latest/dev/getting-started.html
- https://docs.aws.amazon.com/streams/latest/dev/developing-producers-with-sdk.html#kinesis-using-sdk-java-putrecord
Internal
Overview
Dependency
dependencies {
implementation 'com.amazonaws:aws-java-sdk-kinesis:1.11.471'
}