Wenbing Li
Wenbing Li
Update contract will use the create handler result as input to generate update request. However, the writeOnlyProperties are removed from the output of create handler for security reason. This causes...
For a resource development CI/CD pipeline, customer need to make a RPDK package only during build time. Currently `cf-cli submit --dry-run` will generate a package without submit. But it would...
Currently, if set a value for a readOnlyProperties, this will be silently ignored. We should have validation to enforce this validation.
Only `String` or `Number` type property can be `primaryIdentifier`. We should enforce it during schema validation.
Sorry to post here, this is not an issue but a question. I cannot leave a comment in your post : http://misheska.com/blog/2013/06/23/getting-started-writing-chef-cookbooks-the-berkshelf-way-part2/ Firstly, thanks for your great guide of Chef...
Cloudformation will do retry for retriable exception, such as throttling exception. However, it requires each handler to map the exception into CFN throttling error. We should be able to auto...
LoggerProxy provides logging capability. However, some libraries especially [AWS SDK uses Log4j](https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/java-dg-logging.html) for their logging. To enable log4j for resource handler, a Log4j appender should be provided so it can...