Jimmy
Jimmy
Hello, From what I understood of the original project, rspec mocking commands should be supported. I have tried to use ```allow_any_instance_of(Class).to receive(:check).and_return([])``` as the only command in the basic scenario...
Hello all, I have the following issue: I have an entity called CreatedAt, storing for specific types a CreatedAt record (for a specific sortkey lookup). One of my attributes is...
Hello, I'm trying out this plugin for activity streams and I noticed that there is no way to expand the `@context` of a record. For example, I am trying to...
### What happened? I create a SES ConfigurationSetEventDestination. After creation I get a timeout of 'getResource' because the so-called `ConfigurationSetName` would be `null` (which it is not). If I go...
### What happened? As the issues are related, I put them into one issue post. Starting with number 1: after creating a dynamodb with two global secondary indexes with `projectionType`...
### What happened? I created a step function with version and alias. When I change the step function definition, a new version is published. The version resource triggers a replacement....
### What happened? If you have a multi-zone key (primary key + replica key) and you update the `keyPolicy` attribute of the primary key, the `pulumi preview` wrongly indicates that...
### What happened? I have a KMS key created as single-zone key. Then I wanted to update the key into a multi-zone key, which requires a replacement. However, pulumi thinks...
### What happened? If I create a EventSourceMapping for a AWS Lambda function and I want to update the resource, I get the error ``` aws-native:lambda:EventSourceMapping (event-source): error: operation error...
### What happened? I create an EventBridge Schedule item, which works and is created, but afterward I get the response of Pulumi that the item could not be read (and...