pulumi-cdk
                                
                                 pulumi-cdk copied to clipboard
                                
                                    pulumi-cdk copied to clipboard
                            
                            
                            
                        Pulumi/CDK Interop Library
## 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...
Serverless Stack (https://sst.dev) defines a collection of nice high-level CDK constructs for Serverless workloads. It would be very nice to be able to deploy these via Pulumi. In trying to...
## 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...
Got this, retrying: ``` aws-native:ec2:RouteTable (MyVpcPrivateSubnet2RouteTableCEDCEECE): error: operation DELETE failed with "GeneralServiceException": The routeTable 'rtb-0e36fdfc150a6473e' has dependencies and cannot be deleted. (Service: Ec2, Status Code: 400, Request ID: e0f602cf-f377-418a-aef7-d83ef59d863b) pulumi:pulumi:Stack...
``` TestALB failure with: error: update failed aws-native:ec2:SubnetRouteTableAssociation (VPCPublicSubnet2RouteTableAssociation5A808732): error: reading resource state: reading resource state: operation error CloudControl: GetResource, https response error StatusCode: 400, RequestID: 9068dc0f-1124-4fc7-a120-39956230b810, ResourceNotFoundException: AWS::EC2::SubnetRouteTableAssociation Handler...
Some CDK constructs (like CloudFrontTarget for Route53 A records) use CloudFormation Mappings in the synthesised template. This PR adds support for any CDK constructs that use Fn::FindInMap internally.
These changes allow tools like [cdk-nag](https://github.com/cdklabs/cdk-nag) to cause runtime errors when running the Pulumi program by attaching errors and warnings as metadata to the CDK cloud assembly. Before, using cdk-nag...
Escape double-colons (::) from AWS custom resource naming convention, so the resource URNs are compatible with Pulumi's format. Allows users to define their own dynamic providers for custom resources, which...
## 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? Attempted to create EKS cluster using [the ecs cluster as an example](https://github.com/pulumi/pulumi-cdk/tree/main/examples/ecscluster) ``` import * as eks from 'aws-cdk-lib/aws-eks'; import * as pulumi from '@pulumi/pulumi'; import *...