rurri / serverless-resources-env

Serverlss framework plugin, which after a deploy, fetches cloudformation resource identifiers and sets them on AWS lambdas, and creates local ./.serverless-resources-env/.<region>_<stage>_<function-name> file
MIT License
20 stars 7 forks source link

#6 fetch should handle >100 resources #7

Closed tloltman closed 6 years ago

rurri commented 7 years ago

Like what this is doing, but it is not yet passing build.

Failed to parse file: /home/travis/build/rurri/serverless-resources-env/index.js
Transformation error; return original code
{ [Error: Line 162: Unexpected token )]
  lineNumber: 162,
  description: 'Unexpected token )',
  index: 6460 }
No coverage information was collected, exit without writing coverage information
/home/travis/build/rurri/serverless-resources-env/index.js:162
                ));
                ^
SyntaxError: Unexpected token )
coveralls commented 7 years ago

Coverage Status

Coverage decreased (-4.2%) to 95.789% when pulling 877dd1dd54e750a0295e42d86aaa57eb0910a99a on tloltman:fetch-should-work-for-all-resources into c6dccde3be86d30e63f5e54a4faa8810437debc4 on rurri:master.