You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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" }) throws the error
Any idea why that is? Is possible to do dependency injection in a lambda?