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

Cannot convert string value 'Nodejs610' to an enum value of type 'com.amazonaws.services.lambda.model.Runtime' (valid case insensitive values: Nodejs, Nodejs43, Java8, Python27, Dotnetcore10, Nodejs43Edge)

Currently you cannot set VPC or tags on the AmazonEC2RunInstanceTask This is problematic for us.

enhancement

Howdy, I am trying to deploy things to the sydney region, thusly `import com.amazonaws.auth.policy.Policy import com.amazonaws.auth.policy.Principal import com.amazonaws.auth.policy.Statement import com.amazonaws.auth.policy.actions.S3Actions import com.amazonaws.auth.policy.resources.S3BucketResource import com.amazonaws.auth.policy.resources.S3ObjectResource import com.amazonaws.services.s3.model.ObjectMetadata import jp.classmethod.aws.gradle.s3.AmazonS3FileUploadTask import jp.classmethod.aws.gradle.s3.BucketPolicyTask...

I am trying to write a task that can update multiple Lambda functions with the same S3File. Here is the code I am using: ``` def devLambdaFunctionNames = ["function1Dev", "function2Dev",...

I don't see anything in the examples, but is it possible to set the access to public on upload?

Ensure the gradle plugin supports lambda environment variables (solution is likely: update the dependent aws sdk libraries, extend the lambda function plugin to include a map of env vars) note:...

enhancement

Hello guys, as I can see from the code https://github.com/classmethod/gradle-aws-plugin/blob/develop/src/main/java/jp/classmethod/aws/gradle/lambda/AWSLambdaMigrateFunctionTask.java#L174 you publish new version only first time when function was created and skip it during updating... I think it's a...

According to [api docs](http://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/AmazonWebServiceRequest.html#setSdkRequestTimeout-int-) InvokeRequest does support timeout. Recently made lambda that works quite long (yes, I want those 5 mins once per day), and gradle task failed because of...

If I have a ConfigurationTemplate without optionSettings then it will fail with an NPE: ``` configurationTemplates { production { solutionStackName = '64bit Amazon Linux 2016.09 v2.3.1 running Tomcat 8 Java...

enhancement

I just found out that my build artefacts have not been uploading for last 3 days. I don't think it's a reasonable default setting, as you can imagine I'm furious...