Martin Mueller
Martin Mueller
Cool many thanks :). Yeah I am sure I can help :)
that seems to work: ``` import { S3Client } from '@aws-sdk/client-s3'; import { Upload } from '@aws-sdk/lib-storage'; const createUploadStream = ( fileName: string, ): { passStream: stream.PassThrough; parallelUploadS3: Upload }...
Looks like related to https://github.com/aws/jsii/issues/3609
Did similar work a while back. What was annoying was the registering process at mavencentral. You might want to choose another registry. But I don't know a good alternative. Perhaps...
Here we go. Will do a blog post soon and create those CDK custom constructs [dataset.txt](https://github.com/aws-cloudformation/aws-cloudformation-coverage-roadmap/files/6383155/dataset.txt) [datasource.txt](https://github.com/aws-cloudformation/aws-cloudformation-coverage-roadmap/files/6383156/datasource.txt)
Here we go. Post: https://martinmueller.dev/qs-constructs-eng/ GitHub Repo: https://github.com/mmuller88/cdk-quicksight-constructs
Lol looks like AWS added DataSource and DataSet in the meantime D: ? https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dataset.html https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-datasource.html so this issue can be closed
Yep and that is actually a regression because that was possible before. The workaround now could be: ``` project.setScript('cdkDeploy', 'cdk deploy'); ``` thank you can do again: ``` yarn cdkDeploy...
Mhh maybe I miss something but getting custom properties and updating them should be possible actually with v1 PUT /nodes/id https://api-explorer.alfresco.com/api-explorer/#!/nodes/updateNode I will check if they not can show +...
Here is a good example for how to use Step Functions to schedule meetings https://github.com/aws-samples/amazon-chime-sdk/tree/main/apps/telehealth-widget