I am creating a Java repo, that can host multiple Lambda functions serving different needs.
I would like to package them into different jars, one jar per lambda, instead of one single jar for all of them. In this context, I have gone through a few articles:
- Is it feasible to create multiple Lambda functions (Java) in a jar
- Aws lambda functions multiple jars vs single jar
But I did not understand exactly how can I achieve this.
Could anyone please help here? Thanks.