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

AWSLambdaUpdateFunctionCodeTask support for S3 uploads for files over 10mb

Open hugheba opened this issue 9 years ago • 1 comments

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)

hugheba avatar Oct 08 '15 21:10 hugheba

This should work with the merged pull request. Not sure if the SNAPSHOT has been published or if you'll need to build/publish locally.

mrburrito avatar Nov 10 '15 16:11 mrburrito