cloudformation-cli-java-plugin icon indicating copy to clipboard operation
cloudformation-cli-java-plugin copied to clipboard

The CloudFormation Provider Development Toolkit Java Plugin allows you to autogenerate java code based on an input schema.

Results 44 cloudformation-cli-java-plugin issues
Sort by recently updated
recently updated
newest added

Use [CLI arguments](https://github.com/aws-cloudformation/cloudformation-cli/issues/410) for more clarity to run `cfn init` in the travis build. By submitting this pull request, I confirm that my contribution is made under the terms of...

Hi, I'm from AWS IoT, we have a question/feature request. Our handlers across different resources use the same code for exception translations and listing resource tags. These resources reside in...

*Issue #, if available:* *Description of changes:* This code adds new metric - `HandlerExceptionByTagging`, which puts unit `1.0` if authorization failed on any tagging operations (`List*`, `Attach*`, `Remove*`), otherwise `0.0`...

enhancement

*Issue #, if available:* *Description of changes:* adding best practice to the codegen on how to handle tag update: * Stack level tags might be undesired tags, hence it's a...

enhancement
codegen

Dear team, I wonder if you folks would have any concerns about enabling `toBuilder` attribute for Lombok @Builder by default or with an additional schema flag? At the moment, `ResourceModel`...

Hi, [My resource](https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-cloudformation/tree/master/aws-cloudformation-resourceversion) has a property "SchemaHandlerPackage", which is both a **required** property and a **writeOnlyProperty**. I am running contract_create_delete on my resource. The create handler is invoked and returns...

bug

*Issue #, if available:* *Description of changes:* Add ability to consume the namespace and codegen model from the `cloudformation-cli`. By submitting this pull request, I confirm that my contribution is...

This is difficult to do since it would require generating values. One strategy would be to create a test suite which generates a project using a particular schema and run...

code quality
codegen

Some problematic errors when generating javadocs around code block tags and referencing a getter generated by lombok. The @apiNote tag also is not working correctly.

question