I have data from AWS DynamoDB being streamed from Kinesis to S3 through Kinesis Firehose. I need the data to be transformed and partitioned in two different but related ways, so I'm considering creating a second firehose for the other type of transformation. I would like to use a single Lambda called by both firehoses since they share the same configuration and similar code. But I can't figure out how to distinguish which firehose the event came from. Is there a way to do this or do I need to create a lambda for each of the firehoses?
Distinguishing Kinesis Firehose Sources in AWS Lambda
17 Views Asked by Tim Ludwinski At
0
There are 0 best solutions below
Related Questions in AWS-LAMBDA
- Query parameter works fine with fastapi application when tested locally but not working when the FastAPI application is deployed on AWS lambda
- Lambda endpoint for the Google OAuth callback does not recieve the access_token
- Golang lambda upload image into s3 static website
- Unable to run Bash Script using AWS Custom Lambda Runtime
- Call an External API from AWS Lambda
- AWS Lambda Trigger For Same S3 File Name In Quick Succession
- Trouble Extracting Request Body in Flask-Lambda Application Deployed on AWS Lambda via AWS SAM
- S3 pre-signed url not working on whatsapp cloud Api
- 'Load failed' error when trying to create a function in AWS lambda
- Using Python CDK to bundle dotnet 8 code to AWS Lambda function
- AWS WebSocket API return forbidden (403) error when sending message
- Pass integer value in json serializable Python Object
- AWS Lambda successfully called with 'Function URL', but not with 'API Gateway'
- How do I create a *clean* AWS lambda function in python?
- Laravel Vapor Queue Dynamic DB Connection Issue for Different Requests
Related Questions in AMAZON-KINESIS
- Lambda retries kinesis event properly processed
- Checkpointing and Locking in Amazon Kinesis using PostgreSQL
- How to do transformations on a json string in a streaming dataframe?
- Incompatible Checkpoint and application versions with AWS Managed Flink
- Can we use PostgreSQL instead of default dynamo db for checkpointing and locking in case of consuming data from Kinesis Using Binder approach
- Cloudwatch Subscription Filter does not ingest logs in Kinesis Data Stream
- Amazon Kinesis Stream name is not taken as per provided application.yml file
- AWS process large batch of small files daily
- IP Camera Integration error with AWS Kinesis Video Streaming
- TimeAt and Latest function not working on Kinesis data viewer
- Spring Cloud Stream Kinesis Binder consumer High Availability using dynamoDB
- Does the Kinesis Input Plugin of LogStash Support Enhanced Fan-Out (EFO)?
- What does the StartingPosition flag of a kinesis event source mapping do?
- Kinesis group video chat (Like zoom) Javascript
- How does lambda function know when new records are pushed to Kinesis?
Related Questions in AMAZON-KINESIS-FIREHOSE
- Asynchronous dumping of requests received on FASTAPI using background tasks into a Kinesis Stream is increasing the response time drastically
- Data Preprocessing for splitting into multiple records with AWS Lambda at AWS Data Firehose
- How to create a glue table schema for my streaming data with firehose converting them to parquets?
- AWS process large batch of small files daily
- How to stream json.gz objects on S3 to Kinesis Firehose
- Schema validation and alerting system for firehose data
- KinesisDataFireHose, Lambda not able to encode the following data properly python. While decoding showing special characters
- How to use jq for firehose metadata extraction in aggregated events
- What are the NettyNioAsyncHttpClient default configuration values?
- Ingesting data from multiple streams with AWS Firehose / Data Stream
- Distinguishing Kinesis Firehose Sources in AWS Lambda
- Will AWS Firehose batch records using `FirehoseClient.putRecord()`?
- Send data from Kinesis firehose to self managed ELK setup
- How to display value of a datadog log facet, as a query value widget on a datadog dashboard?
- AWS Firehose sending data to ElasticSearch as string instead of a JSON object
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?