Skip to content
View poorbadger's full-sized avatar
  • acme.org
  • Patagonia

Block or report poorbadger

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Putting Records to AWS Kinesis Data ... Putting Records to AWS Kinesis Data Stream
    1
    # Put Data to Kinesis Data Stream via AWS JavaScript SDK
    2
    
                  
    3
    I ran into some issues writing to a Kinesis Data Stream recently and needed an isolated example to figure things out. Hope it helps you out some day.
    4
    
                  
    5
    Putting a simple payload one call at a time and then all together in batch. 
  2. Decode Kinesis Stream Data, do somet... Decode Kinesis Stream Data, do something with data (Get Sentiment via Comprehend NLP in this case)
    1
    # Decode AWS Kinesis Stream Data
    2
    
                  
    3
    ...and call AWS Comprehend for Sentiment scoring
    4
    
                  
    5
    Decoding Kinesis Stream data wasn't very well documented - at least in the resources I was able to find. 
  3. Decode and Transform Kinesis Firehos... Decode and Transform Kinesis Firehose (Delivery Stream) data
    1
    # Decode and Transform AWS Kinesis Firehose Data
    2
    
                  
    3
    ...and call AWS Comprehend for Sentiment scoring
    4
    
                  
    5
    Decoding and Transforming Kinesis Firehose data wasn't very well documented - at least in the resources I was able to find.