Search code examples
amazon-web-servicesaws-lambdaamazon-redshiftamazon-kinesis-firehose

Can Amazon Redshift Autofeed INTO a Kinesis Firehose?


I want Amazon Redshift to push any new rows that get inserted into an Amazon Kinesis Firehose that will transform the data with a Lambda function.

Can this be done? If so, can you point me to an example and documentation?


Solution

  • No. There is no trigger mechanism within Amazon Redshift to cause other things to happen (either within Redshift or external to it).