Cory Hall
Cory Hall
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
### Name of the resource AWS::ApplicationAutoScaling::ScalingPolicy ### Resource Name _No response_ ### Issue Description This was originally reported in [pulumi-aws-native](https://github.com/pulumi/pulumi-aws-native/issues/1637) which uses CloudControl API. Deployments fail when trying to perform...
### Name of the resource AWS::AutoScaling::AutoScalingGroup ### Resource Name AWS::AutoScaling::AutoScalingGroup ### Issue Description This issue was original reported in the [pulumi-aws-native]() repo which uses AWS CloudControl. If you create an...
1. `make build` 2. `make install_nodejs_sdk` 3. `cd examples/plain-method-repro` 4. `yarn install && yarn link @pulumi/eks` 5. `PATH=... pulumi up --diff` You will see that the `namespace` resource is using...
closes #603 ### Proposed changes ### Related issues (optional)
### Proposed changes ### Related issues (optional)
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
### What happened? Resources sometimes have an `id` property that clashes with the `primaryIdentifier`. In these cases we [rename it in the schema to `awsId`](https://github.com/pulumi/pulumi-aws-native/pull/1387). This prevents errors from occurring,...
The Websocket example test is too flaky which means it is probably not a great example to give to users. We should change the example to be a normal HTTP...
Most people are probably not going to use CDK L1s with `pulumi-cdk` The L1s map directly to pulumi resources so you don't really gain anything by using them. The examples...