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

handle functions referenced by ${file(location)} #9

Open
rileypriddle opened this issue Jan 5, 2021 · 2 comments
Open

handle functions referenced by ${file(location)} #9

rileypriddle opened this issue Jan 5, 2021 · 2 comments

Comments

@rileypriddle
Copy link

i have my functions broken into folders and the parent service references the function serverless from each folder.

this plugin doesn't handle this

services.yaml
functions:

  • ${file(./auth-service/serverless.yml)}

TypeError: Cannot create property 'events' on string '${file(./auth-service/serverless.yml)}'

@kinbald
Copy link

kinbald commented Oct 5, 2021

Same issue on my side

@sepehr
Copy link

sepehr commented Jan 25, 2022

Seconding this.

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

3 participants