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

It would be nice if there were Gradle tasks for `CreateDBSnapshot` and `RestoreDBInstanceFromDBSnapshot`.

There are a number of tasks that allow files to be uploaded to an S3 bucket, but none that allow a file to be downloaded from an S3 bucket.

enhancement

Using a policy file works at stack creation, but not upon update (migration) of a stack. The new policy is never applied. As a workaround, we need to call set-stack-policy...

[](https://github.com/classmethod/gradle-aws-plugin/blob/182708bf0ef9dbf7c2d049ab4e79206ec5d9e644/src/main/java/jp/classmethod/aws/gradle/cloudformation/AmazonCloudFormationMigrateStackTask.java#L175 ) Hi classmethod dev team, I believe in this line, you meant to check if the templateFile is not null and read its content into template body, instead of...

Hi there i was wondering how i can use this plugin to deploy my functions using AWS MFA tokens. Normally on the CLI i get a temporary token that is...

Right now, [awsEbUploadBundle is skipped if that WAR plugin is not available in the project](https://github.com/classmethod/gradle-aws-plugin/blob/59bb90e525da2e06214ca85d586125741401b3c2/src/main/java/jp/classmethod/aws/gradle/elasticbeanstalk/AwsBeanstalkPlugin.java#L58). Currently, I wish to deploy a zip file containing a "fat jar," which contains Spring...

Currently, I have my build tool download python and the aws cli to deploy my SAM template. My current deploy task looks like: ``` task packageSam(dependsOn: getTasksByName("shadowJar", true)) { doLast...

enhancement

Is there a way to also create a sqs queue?

enhancement

Adding the ability to set your own endpoint url would make it possible to use this plugin with Localstack. For instance, I can easily create my own endpoint configuration to...

enhancement

Set this value as a task property https://github.com/classmethod/gradle-aws-plugin/blob/develop/src/main/java/jp/classmethod/aws/gradle/lambda/AWSLambdaMigrateFunctionTask.java#L254 This would be useful for getting the new lambda version on publish

enhancement