chalice
chalice copied to clipboard
chalice custom lambda support
Hi,
Is there a way to build lambdas as microservices? right now it looks like our zip is getting pretty big since chalice concatenate all of our apis together.
Also, is there a way to consume the api as an output from the stack and add more functions to the api? something like Fn.ImportValue ?