aws-samples / amazon-kinesis-analytics-beam-taxi-consumer

Sample Apache Beam pipeline that can be deployed to Amazon Managed Service for Apache Flink. It reads taxi events from a Kinesis data stream, processes and aggregates them, and ingests the result to Amazon CloudWatch for visualization.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodejs8.10 is no longer a supported runtime

maishsk opened this issue · comments

Should be changed to nodejs10.x

Thanks a lot for reporting this. The CloudFormation templates are actually generated from a CDK template, which currently does not support inline functions for node10.x: aws/aws-cdk#4642.

I've merged your pull request as a short term fix, but will leave the issue open until I can update the CDK template.