eabglobal / juniper

Juniper is a cli based tool used to package lambda functions
Apache License 2.0
67 stars 9 forks source link

Support manifest.yml as well as .yaml for default file #27

Closed pdiazvargas closed 5 years ago

pdiazvargas commented 5 years ago

Current

When using juniper to build my lambda functions, the default file name expected is manifest.yml. If I name my manifest with the .yaml extension, I get the following error message:

No such file or directory 'manifes.yaml'

Expected

I should be able to use either yml or yaml for the name of my default manifest file.