I work on a .Net Core solution in which we just added .Net Core lambdas. The newly created lambdas are all set, including the aws-lambda-tools.json.
All I have left to do is to automatically publish those lambdas using TeamCity.
(Continuous deployment is already set on TC for the rest of the solution)
Also I'd rather not update a TC build step every time we add a new Lambda.
How can I setup TC to automatically publish all lambdas?
Shall I use the .Net CLI or are there any plugin to help me configure this step?