pulumi-cdk icon indicating copy to clipboard operation
pulumi-cdk copied to clipboard

Pulumi/CDK Interop Library

Results 75 pulumi-cdk issues
Sort by recently updated
recently updated
newest added

## 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...

kind/enhancement

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...

kind/enhancement

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...

kind/enhancement

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...

impact/usability
kind/bug

### 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...

kind/enhancement

## 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...

kind/enhancement

### 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...

kind/bug

### 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...

kind/enhancement

## 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...

kind/enhancement
needs-repro

### 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...

kind/enhancement