spring-cloud-function-aws-example
spring-cloud-function-aws-example copied to clipboard
An example for Spring Cloud Function Aws.
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...