sromano88-svc
sromano88-svc
> It will generate two separate API gateways but the issue is (at least when generating a testing environment locally) if you create separate functions that have separate handler files...
> I have a different question. How do I have 1 lambda function with different events (different http methods) I don't want to create several lambda functions for each method...
> one handler for all of the products API? Yes, I had that approach initially (one handler for all of the products API). Because on develop building several functions for...