awsm-org / awsm

AWSM: Amazon Web Services Modules – Re-usable, standardized and optimized Lambda functions ready for deployment and easy installation into serverless projects
170 stars 12 forks source link

Rename awsm.json inside lambda directory #17

Closed binoculars closed 8 years ago

binoculars commented 8 years ago

This gets very confusing, having an awsm.json in the main directory and the lambda subdirectory.

I propose keeping awsm.json in the main directory and having either lambda.json or endpoint.json in the lambda subdirectory.

Example:

module
    awsm.json
    package.json
    awsm
        lambda1
            lambda.json
            handler.js
            index.js
            event.json
    lib
        modularcode.js

I believe this will eliminate confusion--especially when we as developers usually have many tabs open in our IDEs.

eahefnawy commented 8 years ago

+1

I was actually gonna suggest that as well :)

doapp-ryanp commented 8 years ago

LOVE it. I am going to work it into the es6-modular branch I'm working on tonight. Keep and eye on the JAWS Roadmap doc with updates.

binoculars commented 8 years ago

Thanks, Ryan! On Thu, Oct 22, 2015 at 21:45 Ryan Pendergast notifications@github.com wrote:

Closed #17 https://github.com/awsm-org/awsm/issues/17.

— Reply to this email directly or view it on GitHub https://github.com/awsm-org/awsm/issues/17#event-443323775.

doapp-ryanp commented 8 years ago

no thank you

doapp-ryanp commented 8 years ago

just to close the loop, we are going with lambda.awsm.json for now. https://github.com/jaws-framework/JAWS/commit/0631f44b2e02347d1d95f678e6adb476bae1773d

binoculars commented 8 years ago

:+1: