spring-cloud-function-aws-example icon indicating copy to clipboard operation
spring-cloud-function-aws-example copied to clipboard

An example for Spring Cloud Function Aws.

Results 3 spring-cloud-function-aws-example issues
Sort by recently updated
recently updated
newest added
trafficstars

The code as is works fine but as soon as I try to use dependency injection aws dies with error "No function defined". Just adding @ComponentScan(basePackages = { "com.test.pack1" })...

Thanks for introducing us to Spring Cloud Functions. I am getting the following ERROR when trying to do mvn clean install. Please let me know how to proceed further, [ERROR]...

Hi - I am getting below exception when i make the REST call. Please advise. ``` curl -H "Content-Type: text/plain" localhost:8080/uppercase -d Hello curl: (7) Failed to connect to localhost...

bug