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

bad indentation of a sequence entry #33

Closed
twhid opened this issue Mar 26, 2019 · 1 comment
Closed

bad indentation of a sequence entry #33

twhid opened this issue Mar 26, 2019 · 1 comment

Comments

@twhid
Copy link

twhid commented Mar 26, 2019

FWIW, using serverless@1.39.1 I'm getting this error when invoking sls deploy:

YAMLException: bad indentation of a sequence entry in "/Users/foo/projects/dibs-edge-logic/serverless.yml" at line 6, column 7:
        - @silvermine/serverless-plugin-cl ... 
          ^

Quoting the name in the plugin array fixed it:

plugins:
    - '@silvermine/serverless-plugin-cloudfront-lambda-edge'
@jthomerson
Copy link
Member

Thanks @twhid! Fixed the README.

jthomerson added a commit that referenced this issue Mar 26, 2019
Fixed one more example that was missed in the initial commit.
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

2 participants