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

**aws-cloudformation-rpdk-java-plugin** (last version 2.0.16) has dependencies with high severity vulnerabilities Is there a software version coming out soon that addresses this? What is the proposed solution for now? I can...

**Summary** Cannot get `mvn package` to succeed as it fails running tests with the below runtime incompatiblity error. `Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 63 at org.jacoco.agent.rt.internal_035b120.asm.ClassReader.(ClassReader.java:195) at...

**Summary**: `AmazonWebServicesClientProxy.logRequestMetadataV2` causes lazily-evaluated SDK response objects (streams, iterables) to be evaluated immediately. A response resolve would immediately engage the SDK client and execute the service API calls. Whenever a...

``` * Exception is: org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':aws-ec2-transitgatewayvpcattachment:cfnPackage'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:110) at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:77) at org.gradle.api.internal.tasks.execution.OutputDirectoryCreatingTaskExecuter.execute(OutputDirectoryCreatingTaskExecuter.java:51) at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:59) at org.gradle.api.internal.tasks.execution.ResolveTaskOutputCachingStateExecuter.execute(ResolveTaskOutputCachingStateExecuter.java:54) at org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:59) at org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:101) at org.gradle.api.internal.tasks.execution.FinalizeInputFilePropertiesTaskExecuter.execute(FinalizeInputFilePropertiesTaskExecuter.java:44) at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:91) at org.gradle.api.internal.tasks.execution.ResolveTaskArtifactStateTaskExecuter.execute(ResolveTaskArtifactStateTaskExecuter.java:62)...

The invokeHandler() method in AbstractWrapper.java and handleRequest() method in LambdaWrapper.java seems to always return a synchronous response in form of ProgressEvent. With server side programming semantics, I would expect them...

I recently initialized a new CloudFormation resource using the Java Plugin, and noticed it auto-generated config/code for Java8. Since Lambda recently added Java11 runtime support, are there any instructions on...

enhancement

https://github.com/aws-cloudformation/cloudformation-cli-java-plugin/blob/75133adfd5b82c347bf31579b09e82750b47cde7/src/main/java/software/amazon/cloudformation/AbstractWrapper.java#L536-L549 Here we claim `getDesiredResourceTags` return User-defined tags. Intuitively readers would assume it's for user tags only. However, I have noticed system tags such as `aws:cloudformation:stackid` is being added in...

*Issue #, if available:* *Description of changes:* ### Change This change resets provider credentials during runtime initialization even when passed in provider creds are null. Previously, when a lambda container...

I'm following this tutorial here [1], and creating a Resource Provider using the cfn CLI. When I run "sam local invoke TestEntrypoint --event sam-tests/create.json" I get error below. ``` Invoking...

investigating

I have a use case where I am uploading a file to S3 during create/update but based on the current proxy implementation, I don't see a method that does this...