Jay

Results 857 comments of Jay

Can you share some details on the actual error you are getting?

Can you share what your serverless.yml and handler file looks like?

Hmmm I'm actually not sure about this. I don't have a lot of experience with VSCode. The `npm test` command internally runs `serverless-bundle test`. Do you know what the Jest...

I haven't tried it out with Layers but have you had this issue with just the serverless-webpack plugin?

Yeah that makes sense. Is there something comparable out there? So we could piggyback on their design of `jest.config.js`?

Hmmm let me quickly get a sense of which options you are currently looking for?

@FlorentPaillot Oh that's a good point. I haven't had a chance to look at this in detail but if we can set it to Node instead, can we do that?...

We started by supporting the configuration options from Create React App and added the ones folks requested. Yeah by default we load the .env file. Whats the issue you are...

@oakgary That makes sense. I'd like to do some quick research on how similar projects deal with this issue. Do you mind helping with that? I'd like to check projects...

Thanks for the PR! I'm wondering, can we do this by default for the `all` option? Would it error out if we traversed up the directories and looked for a...