This repository was archived by the owner on Jul 28, 2023. It is now read-only.
This repository was archived by the owner on Jul 28, 2023. It is now read-only.
multiple Lambda Functions in one project #105
Open
Description
I created a "Lambda Java Project" (including Handler Class A) via the toolkit and later I created another Lambda Function (Handler B) within that project.
Now when I run+upload Handler B it will change the configs on my aws-console, so that both Lambda Functions on aws cloud run the code of Handler A.
This seems to be an Issue within the file com.amazonaws.eclipse.lambda.project.json
Is it allowed to have multiple Handlers within one project and if yes, how do I solve my problem?