JD

Results 105 comments of JD

I was looking at how other libraries have implemented this. In Dynamodb toolbox they persist the entity type as an attribute in the item and that is used to then...

Hi @alexandre-spieser. Was this ever implemented?

I've just converted a project to use it (25 functions) and it's sped up deployment a lot. I've had some issues with using npm projects that don't play nicely with...

@bwistero yes and no.. See #54 - I removed the offending packages and replaced them with ones that could be webpacked. We're using it in production now with no issues.

I did some analysis of the source code and found that the issues is the following: ``` const externalDir = externalEntry.substring( this.serverless.config.servicePath.length, externalEntry.lastIndexOf('node_modules/' + external) ) + 'node_modules/' + external...

@goncaloneves I got it working with the code above, however I never got around to doing a PR as we ditched the external library. The TS plugin transpiles to a...

Still using the package. The problem only manifested itself when I used the external config option. The problem is that the TS gets transpiled to a folder (.build) which changes...

To clarify: With the code change I suggested above, I believe the issue is fixed.

Might be irrelevant... but: xbuild fails on mono 2.10.9 (stable) on osx because it does not have nuget. nuget doesn't work on 2.10.9 as it requires `System.Security.Cryptography.CryptoConfig.AllowOnlyFipsAlgorithms` When I get...

Same here... except I'm using yarn: ``` Build step: serverless deploy --stage dev --region us-east-1 --force --org darbio --app tsz-next --debug Initializing... Action: "deploy" - Stage: "dev" - Org: "darbio"...