gradle-aws-plugin icon indicating copy to clipboard operation
gradle-aws-plugin copied to clipboard

Gradle plugin to manage Amazon Web Services

Results 60 gradle-aws-plugin issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, I can understand that development of this awesome plugin goes slow because of lack of resources, so this issue will be here just as a placeholder for feature request....

enhancement

[AwsBeanstalkPluginExtension](https://github.com/classmethod/gradle-aws-plugin/blob/59bb90e525da2e06214ca85d586125741401b3c2/src/main/java/jp/classmethod/aws/gradle/elasticbeanstalk/AwsBeanstalkPluginExtension.java) should support multiple environments (e.g., staging, production, etc).

enhancement

Hi, I have a task that uses SyncTask to upload an arbitrary number of files to S3, and I need to check the ETAGs (MD5) of each file uploaded against...

enhancement

Using a recent (1.17,2.0..) version of buildship + eclipse and gradle (3.0+), a project with a task of type AmazonIdentityManagementCreateRoleTask crashes with a InvalidArgumentException when imported by buildship. Tracking this...

bug

I have a story where an initial lambda is set with a dummy function and later updated by a build pipeline. And the dummy function is inline node whereas the...

enhancement

This task always creates bucket in us-east-1.

Would be nice to have AWSLambdaUpdateFunctionCodeTask (and tasks that require uploads i.e. AWSLambdaMigrateFunctionTask) support for S3 upload for Zip files over 10mb. https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/lambda/model/UpdateFunctionCodeRequest.html#withS3Key(java.lang.String)

Great work! Are you planning to support AutoScaling?

enhancement

It would be nice to be able to create, list, and destroy RDS instances from a Gradle script. I've written a little bit of Groovy code to do this, but...

enhancement

I refactor the code using implementation and design refactoring technique. The build is successfully passing also code is formatted according to the check styles rule