aws-samples / amazon-kinesis-analytics-streaming-etl

Streaming ETL with Apache Flink and Amazon Kinesis Data Analytics
MIT No Attribution
65 stars 18 forks source link

CloudFormation creation failed. #16

Closed chimerab closed 2 years ago

chimerab commented 2 years ago

stack will fail at below step

BuildArtifactsKinesisReplayBuildPipelineDownloadLambdaResourceD172C062

with error message "HTTP 300 Multiple choices"

Should change url parameter for resource "BuildArtifactsKinesisReplayBuildPipelineDownloadLambda785E80B0"

from https://github.com/aws-samples/amazon-kinesis-replay/archive/release-0.1.1.zip

to https://github.com/aws-samples/amazon-kinesis-replay/archive/refs/tags/release-0.1.1.zip

sthm commented 2 years ago

Hey, I've already addressed this problem with this commit https://github.com/aws-samples/amazon-kinesis-analytics-streaming-etl/commit/e97244ca0d906b4ae30431ad09acd98306718879. I may have missed updating all artifacts that depend on these sources, can you please let me know where exactly the issue is occurring? Thanks!