Thanks @j-fabian-meier for pointing me in the right direction. I'm a completely newbie with Maven and was following the AWS Lambda tutorial which mentions using the shade plugin. With both, there was no {name}-jar-with-dependencies.jar file being generated in the first place
Turns out only the assembly plugin was needed.