claudiajs / claudia

Deploy Node.js projects to AWS Lambda and API Gateway easily
https://claudiajs.com
MIT License
3.8k stars 274 forks source link

Separate Lambda Function for Single API #102

Closed harshaldavda closed 7 years ago

harshaldavda commented 7 years ago

Hi.. I want to create separate Lambda function for my each file. but need to create only 1 API in AWS. so, each Lambda Function can be connected with "Resource" in API.

i.e. {url}/file1 {url}/file2 {url}/file3

I don't want new url and new api_id for each lambda function. I want something like above example. Is it possible using Claudia???

gojko commented 7 years ago

hi,

please use the gitter chat channel for chat, we use github issues only for bugs