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

https://github.com/responsively-org/responsively-app/releases/download/v0.18.0/ResponsivelyApp-0.18.0.AppImage

https://support.google.com/profile/76925203

This fix #179 again while it should preserve the way it worked as we add all the providers from the `DefaultAWSCredentialsProviderChain`.

Lots of warnings when run with Gradle 6.x releases. Here are some examples ``` Property 'acl' is not annotated with an input or output annotation. This behaviour has been deprecated...

It would be good to have a task that can update the code of a Lambda function only, using a file from S3. That would be the equivalent of `aws...

@dai0304 MIYAMOTO daisuke 都元ダイスケ, the originator and the sole maintainer of this project has passed away. https://itnews.org/news_resources/137469 I am very sad.

[AWS now has the ability to name IAM users groups and roles](https://aws.amazon.com/about-aws/whats-new/2016/07/aws-cloudformation-adds-support-for-aws-iot-and-additional-updates/), but you [need to declare CAPABILITY_NAMED_IAM](http://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStack.html), which is not currently possible with this plugin

enhancement

I am trying to create a custom task that zips the entire project Dir and uploads it to S3 for Code Pipeline based Deployment. My Parent `build.gradle` has the following....

Currently the the capability that is used when using the cloudformation stack tasks can be defined with ```js cloudformation { /* stack configuration */ capabilityIam true useCapabilityIam Capability.CAPABILITY_NAMED_IAM } ```...

Looking how to add a DynamoDB trigger to the lambda (or any trigger). As in how to programatically do this: ![Screenshot 2019-12-07 at 9 22 27 pm](https://user-images.githubusercontent.com/655860/70380758-ec811680-1937-11ea-9fa7-d0b3eca75de1.png) Someone else asking:...