Saturday, 7 October 2017

Amazon Kinesis Analytics can be configured before it is processed by SQL code

Amazon Kinesis Analytics applications can now be configured first to transform the data before it passed to process by the SQL code. With this new release you can use the Amazon Web Service Lambda to enrich data, convert formats, and filter data and more. When the data will be transformed by the function the Kinesis Analytics sends the data to the application SQL code for the real-time analytics. Select the Amazon Web Service Lambda function from the Kinesis Analytics application source page in the Amazon Web Service Management Console. By doing that Kinesis application will automatically will start processing the raw data records utilizing the Lambda function and sent the transformed data to the SQL code for more further processing. 

No comments:

Post a Comment

Optimizing Performance and Cost: Migrating an Express.js Application from EC2 to AWS Lambda

Introduction: In a recent project, our team worked on optimizing a Node.js application that was originally hosted on an EC2 instance. The ap...