Pahud Hsieh
Pahud Hsieh
Agree. And let's include `cn-north-1` and `cn-northwest-1` S3 buckets in the pipeline so we can roll out the artifacts into AWS China regions.
Hi @seth-xdam 1. Can you try deploy it in a new VPC. Does it work in your account in `us-east-1`? 2. In terms of your exiting VPC - does it...
Hi, Unfortunately I am not be able to maintain the cfn templates anymore as most of my workloads are now composed in CDK. Have you tried to deploy it with...
https://github.com/pahud/ecs-cfn-refarch/tree/master/lambdaFunctions/ecs-svc-custom-metrics-logger arn:aws:serverlessrepo:us-east-1:903779448426:applications/ecs-svc-custom-metrics-logger
waiting for the SAR global propagation from `us-east-1` to other global regions will fix this until then https://github.com/pahud/ecs-cfn-refarch/blob/87a4ad961cfdc416130d4f822a54f1656421756c/cloudformation/ecs-svc-custom-metrics-logger.yaml#L21
Hi @skinny85 I was trying to open a gitpod workspace with my own Dockerfile which is based on `jsii/superchain`. Dockerfile https://github.com/pahud/gitpod-workspace/blob/main/.gitpod.Dockerfile And the gitpod workspace can be opened with no...
> Damn, that's a weird error 😱. > > Does it still happen with the latest version of CDK/JSII @pahud ? Hi @skinny85 I will check it out and get...
@skinny85 Unfortunately it still exists in jsii **1.15.0** I guess this issue is related to gitpod workspace as it works great in Github codespaces.
@RomainMuller no actually I didn't `pip install` anything manually. I was trying to develop my cdk construct with projen so I simply `npx projen new awscdk-construct`, editing the `.projenrc.js` and...
Hi @allamand aws-eks construct in AWS CDK comes with the `helm` kubectl-handler that executes the `helm` command to create custom resources as [HelmChart](https://github.com/aws/aws-cdk/blob/0bb133e8b500be3802bdfeb9c35ef61ad4687223/packages/%40aws-cdk/aws-eks/lib/helm-chart.ts#L87) construct. The provider of the `HelmChart` can...