Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.env not evaluated in deeply-nested lambdas #1

Open
lukewpatterson opened this issue Nov 16, 2015 · 0 comments
Open

.env not evaluated in deeply-nested lambdas #1

lukewpatterson opened this issue Nov 16, 2015 · 0 comments

Comments

@lukewpatterson
Copy link

Hi, I have a deeply nested lambda, e.g.

folder structure:   /aws_modules/cars/car/repairs/repair/invoices/invoice/GET
nesting level:    8 / 7         / 6  / 5 / 4     / 3    / 2      / 1     /.

( This example corresponds to a path along the lines of
GET /cars/{car}/repairs/{repair}/invoices/{invoice} )

The .env file isn't being evaluated and I think it's due to hardcoding a search depth of '6'

On the topic of "is deep nesting even supported in JAWS anyways?" -- I'm using serverless/serverless#135 as implicit confirmation.

For the moment I'll copy/paste/tweak/reference this libraries index.js file into my /lib folder.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant