gradle-aws-plugin
gradle-aws-plugin copied to clipboard
Gradle plugin to manage Amazon Web Services
With overwrite set to the default value of 'false', the error message in S3 Upload task complains about matching md5 check, eventhough the md5 get's never checked. https://github.com/classmethod/gradle-aws-plugin/blob/develop/src/main/java/jp/classmethod/aws/gradle/s3/AmazonS3FileUploadTask.java#L67 Furthermore this...
I am attempting to build my project with the latest version (0.25) but I am receiving the following error: Error:Could not find jp.xet.spar-wings:spar-wings-awscli-config:0.11. Searched in the following locations: https://repo1.maven.org/maven2/jp/xet/spar-wings/spar-wings-awscli-config/0.11/spar-wings-awscli-config-0.11.pom https://repo1.maven.org/maven2/jp/xet/spar-wings/spar-wings-awscli-config/0.11/spar-wings-awscli-config-0.11.jar...
My usecase is that I deploy lambda code with this plugin, and I would like to add trigger for invoking this lambda every 5 min. Looked into [AWS docs ](http://docs.aws.amazon.com/AmazonCloudWatch/latest/events/RunLambdaSchedule.html)-...
I would like to establish the role which I use (eg. I have a CloudFormation template that creates a DynamoDB table with a certain structure and I want to do...
hi, im developing a gradle process with AmazonS3FileUploadTask and trying to upload a file with it. ``` task uploadContent(type: AmazonS3FileUploadTask) { println 'inside upload s3' file file("FILE_PATH") bucketName "plugin-layouts" key...
``` lambda { environment = [ KEY: "value/${with}/replacement" ] } ``` ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':migrateSessionFunction'. > Unable to...
Right now, the `SyncTask` spins up a new `UploadTask` subtask for each individual file, and schedules them all at once, up front. If the AWS credentials happen to be bad,...
I'm getting this error while trying to use a `SyncTask`. Feels like I must be doing something silly. My build file is given below, as is the stack trace. Many...
When building from either the master or develop branch (after release 0.31 created), I get the warning below: ``` $ gradlew clean jar :clean :compileJava warning: No processor claimed any...
The documentation indicates that there is a version.description configuration for the EB plugin. However, this does not populate the application version description. This is a good feature.