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...
Add an example with explicitly configured providers (for aws and aws-native) with remapped resources
Short of configuring with the default credentials for `aws` and `aws-native` using environment variables (which use the standard AWS authentication env vars), it appears for most workloads we would have...
This was asked in community slack. I believe there is not currently. All resources are parented to the `StackComponent`, but that resource is constructed automatically without the end user being...
Question from Community Slack: > I have a question about names and length of names. When set up an sample infrastructure with Pulumi CDK I got this error message when...
### What happened? The [AWS::SQS::QueuePolicy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sqs-policy.html) is missing. ### Expected Behavior When using the QueuePolicy Resource, the application should deploy without fail. ### Steps to reproduce Create a Queue and grant...
## 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? My CDK stack creates an AWS::Lambda::Permission resource with a long logical ID: StockBotApiGatewayGETeventualexecutionsexecutionIdhistoryexecutionseventsintegrationPermission3C1EE9F9 This then results in an error: ``` aws:lambda:Permission (StockBotApiGatewayGETeventualexecutionsexecutionIdhistoryexecutionseventsintegrationPermission3C1EE9F9): error: aws:lambda/permission:Permission resource 'StockBotApiGatewayGETeventualexecutionsexecutionIdhistoryexecutionseventsintegrationPermission3C1EE9F9' has...
### What happened? Any CDK stack using `aws_ssm.StringParameter` or any other parameter type errors with: ``` error: Resource type aws-native:ssm:Parameter not found ``` ### Expected Behavior SSM Parameters from the...
## 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? Missing [AWS::Events::Rule](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-events-rule.html) ### Expected Behavior Rule should deploy ### Steps to reproduce Create a Stack with https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_events.Rule.html ### Output of `pulumi about` ``` CLI Version 3.53.1 Go...