dayyehm
dayyehm
anyone tried to import kinesis Delivery stream to Cloudformation using CDK ?
For example: ```ts const firehose = kinesisfirehose.CfnDeliveryStream.fromArn(myImportedFirehoseArn); const eventRule = new eventBus.Rule(this, `salesforce-eventbus-eventlake-rule-${this.id}`, { enabled: true, description: `Send all events to event lake for ${this.id}.`, ruleName: `salesforce-eventbus-eventlake-rule-${this.id}`, eventBus: bus, targets:...
The docker/17.09.0 image old and unsupported as per https://github.com/aws/aws-codebuild-docker-images/tree/master/unsupported_images You can update the pipeline using aws/codebuild/standard:4.0 or aws/codebuild/standard:5.0
any updates on this