Pahud Hsieh
Pahud Hsieh
I can't find any relevant document about this either. Can you elaborate more about your use case that requires multiple api keys?
Hi @phuhung273 I think you may wan to resolve the tiny conflict first?
@phuhung273 Awesome! I can see this PR is all clear and in the reviewing backlog as "Ready" state. It should be reviewed very soon. I will request the team to...
@phuhung273 Thank you for reaching out. Yes I am onboard to have minimal required change to include 1.33 support. I will reach out to the maintainer today for their inputs...
transferring to jsii
Yes I think https://github.com/aws/aws-cdk/pull/30418 would make your snapshot need to update as it makes `logApiResponseData: true` to `logApiResponseData: undefined`. This is a bug fix and existing snapshots would need to...
Thank you for your report as well as the workaround. I am making it p1 for more visibility.
Yes, but I am not sure how to fix that without breaking changes. Any ideas?
Yes we probably should add this property in [EbsDeviceOptionsBase](https://github.com/aws/aws-cdk/blob/32781f825352f9cb43d8fed5c122b454275b3076/packages/%40aws-cdk/aws-ec2/lib/volume.ts#L42) or other interfaces. I'm making this a p2 feature request and any PR submission will be more than welcome and appreciated.
@CambioML Before we have a PR to natively support that, you can override the InstanceType like this: ```ts // create a dummy ec2 instance const instance = new ec2.Instance(this, 'Instance',...