-
Notifications
You must be signed in to change notification settings - Fork 20
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
Doesn't accept url of file as serverless resources does #13
Comments
Yes you can. The structure would be like this
and you can add DeployParameters within that template |
Is there a way to include multiple files in this way? i.e. this does not seem to work:
This would be much better for composing templates. |
As of today this issue is still not resolved. In the full Serverless library, the
This functionality is powered by the following code: I'm going to look into making a pull request possibly soon. |
Sounds like a good idea to merge the arrays into one object in the same way as Serverless Core does. |
serverless accepts:
resources:
This fails with
ServerlessError: Template format error: Any Resources member must be an object.
Its unpractical to have all definitions in one file
The text was updated successfully, but these errors were encountered: