Kindly do check on the following points.
- Kindly make sure you have uploaded your Java function with all the complied class files.
- If the class files are present, then kindly make sure you have provided the relative path of the main class properly in the catalyst-config.json file.
For Example : If your main class is in Sample.java file and the class file for the same is present in /build/class/Sample.class , then the catalyst-config.json will be as follows :
- {
- "execution": {
- "main": "build/class/Sample"
- },
- "deployment": {
- "stack": "java8",
- "name": "sample",
- "type": "advancedio"
- }
- }