Amazon Kinesis Stream with AWS SDK for Java: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 9: | Line 9: | ||
=Overview= | =Overview= | ||
=Dependency= | |||
<syntaxhighlight lang='groovy'> | |||
dependencies { | |||
implementation 'com.amazonaws:aws-java-sdk-kinesis:1.11.471' | |||
} | |||
</syntaxhighlight> | |||
=Playground Example= | =Playground Example= | ||
=Put a Record= | =Put a Record= |
Revision as of 01:00, 19 December 2018
External
Internal
Overview
Dependency
dependencies {
implementation 'com.amazonaws:aws-java-sdk-kinesis:1.11.471'
}