gradle-aws-plugin
gradle-aws-plugin copied to clipboard
AWSLambdaUpdateFunctionCodeTask support for S3 uploads for files over 10mb
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)
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.