Closed
Description
Describe the bug
Trying to run a Gradle build in the spring-cloud-function-samples/function-sample-aws folder fails because the build.gradle file depends on the org.springframework.cloud.function.aws-lambda.packaging plugin which cannot be found.
#1257 has been created to align the build.gradle file with the recommendations in the reference documentation. If merged then developers will be able to just clone and build that sample.