fdk-java
fdk-java copied to clipboard
RFE: use the function name as default artifactId
By default, the generated class is HelloFunction.java and the artifact is
<groupId>com.example.fn</groupId>
<artifactId>hello</artifactId>
Using the function name for the artifactId and the class name might be a more sensible default value.