Jason Haines

Results 7 issues of Jason Haines

**self-reference.js** var rewire = require('rewire'); var lib = rewire('./self-reference.js'); When run (mocha 2.4.5, node v4.3.0) $ mocha ./self-reference.js **Expected** Error: file "./self-reference.js" tries to rewire itself (self-reference.js:2) **Actual** It crashes...

Add support for basic number formatting/checking. Allows error checking on number formats. And a few other refactors in earlier commits.

I have an application that receives an Excel from a streaming interface (AWS S3). I would love a library that can 1) Take an Excel stream as input 2) Emit...

enhancement

### Description: Some npm packages, or lambda source modules, include bundled files. When using `Metadata.BuildMethod: esbuild` these bundled files are not included in the deployment package When using default javascript...

type/feature
area/build
area/esbuild

On malformed CloudFormation, the CLI gives some pretty undecipherable output. ``` $ aws --version aws-cli/1.11.24 Python/2.7.10 Darwin/16.1.0 botocore/1.4.81 ``` In a directory containing: **ServerlessTest.zip** (zip of [this lambda source](http://docs.aws.amazon.com/lambda/latest/dg/serverless-deploy-wt.html)) and...

feature-request
confusing-error
cloudformation package-deploy
enhancement
customization
p2