Erica S. Kane

Results 35 comments of Erica S. Kane

I opened pull request #227 to upgrade the underlying AWS Java SDK, it is a fairly straightforward fix. Apart from Maven the code for the plugin itself required only one...

The AWS CLI v2 allows for a seamless use of SSO this way. Perhaps this could be integrated?

2020-12 is not a supported release. I just spent several days working on a pull request to fix some of the issues, with the one you listed here being the...

The CodeDeploy plugin also fails under Java 11, again an S3 issue, because it relies under the hood on javax.xml.bind which is no longer in Java 11. You either need...

The other option, and probably better: upgrade the AWS Java SDK, which got rid of all the deprecated Java 11 code.

@edwinwiles I am fairly certain that syntax is git specific, having set that up for CodeCommit a few days ago. I would like to request that the toolkit support SSO,...

@ryan-max-mule I do it all from the command line. It's easy enough. I use yawsso (on GitHub) to get credentials into the necessary AWS file. Be aware that the Eclipse...

I am running into this with the CodeDeploy plugin as well. Almost certainly, the issue is similar to mine, namely that you are using javax.xml.bind classes that are no longer...

This looks like a duplicate of [this issue](https://github.com/aws/aws-cdk-rfcs/issues/84)