Send a Test Record Using AWS CloudShell
-
Open AWS CloudShell.
- You can find the CLI in the bottom-left corner of any AWS console page.
-
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=="}'
- The example data used here is a Base64-encoded
-
Wait for the data to be delivered, as it may take time depending on your Firehose buffer settings.
Updated 7 days ago
What’s Next