Send a Test Record Using AWS CloudShell

  1. Open AWS CloudShell.

    • You can find the CLI in the bottom-left corner of any AWS console page.
  2. Run the following command, replacing delivery-stream-name with your Firehose stream name(e.g. PUT-RED-ZhOXU).

    • The example data used here is a Base64-encoded {"type": "page"} payload.
    sh
    CopyEdit
    aws firehose put-record --delivery-stream-name PUT-RED-ZhOXU --record '{"Data":"eyJ0eXBlIjogInBhZ2UifQ=="}'
    
    
  3. Wait for the data to be delivered, as it may take time depending on your Firehose buffer settings.