overcast local AWS emulator

Service Reference

Firehose — Amazon Data Firehose

Amazon Data Firehose uses the application/x-amz-json-1.1 protocol. Operations are identified by the X-Amz-Target header with the prefix Firehose_20150804..

Firehose — Amazon Data Firehose

AWS docs: https://docs.aws.amazon.com/firehose/latest/APIReference/

Amazon Data Firehose uses the application/x-amz-json-1.1 protocol. Operations are identified by the X-Amz-Target header with the prefix Firehose_20150804..


Notes

  • Target dispatch header: X-Amz-Target: Firehose_20150804.<Operation>.
  • Unrecognized operations return a JSON 501 Not Implemented error response.
  • Records are accepted and acknowledged but silently discarded — no actual S3 or other destination delivery is performed.

Summary

Category✅ Supported
Delivery Streams4
Records2
Tags3

Endpoints

Delivery Streams

OperationStatusNotesAWS Docs
CreateDeliveryStream✅ SupportedCreates a delivery streamdocs
DescribeDeliveryStream✅ SupportedReturns delivery stream detailsdocs
ListDeliveryStreams✅ SupportedLists all delivery streamsdocs
DeleteDeliveryStream✅ SupportedDeletes a delivery streamdocs

Records

OperationStatusNotesAWS Docs
PutRecord✅ SupportedWrites a single record to the streamdocs
PutRecordBatch✅ SupportedWrites multiple records to the streamdocs

Tags

OperationStatusNotesAWS Docs
TagDeliveryStream✅ SupportedAdds or overwrites tags on a delivery streamdocs
UntagDeliveryStream✅ SupportedRemoves tags by key from a delivery streamdocs
ListTagsForDeliveryStream✅ SupportedReturns tags for a delivery streamdocs