Anshika Garg

Results 9 comments of Anshika Garg

Re-opening this issue. It looks like we missed the documentation release here

>> 3. If your Schema contains create only properties, make sure you include a check in the Update Handler for verifying if these properties are not being changed. >Why should...

Prerna, could you provide an example of what you mean by a clear message? What kind of messages would be helpful in improving the experience

@sriram9707 is this still an issue?

Contract test can be run passing a role arn. You could use the following command to run the contract test: ``` cfn test --role-arn ```

@PatMyron Actually, dynamic references are supported in contract test inputs: https://github.com/aws-cloudformation/cloudformation-cli/blame/811163009f679724a1812807901e1b3cdade37f6/src/rpdk/core/test.py#L150-L152 @SHxKM could you share the template which creates the 'accessToken' value which is injected in the above example?

hey Alex, can send out the stack trace for contract test for these test failures. I have not seen this issue before and would like to see what the stack...

> Also failing `contract_update_non_existent_resource` due to handlers being called with invalid models and expecting `CfnNotFoundException` as discussed in #527. I don't think it makes sense to use `inputs/inputs_1_invalid.json` as the...

> Manually validated these changes by running `cfn-init`, `cfn-generate` and `cfn-validate`. please run cfn test and cfn invoke to ensure the plugin is healthy. the above commands do not call...