Vicary A.

Results 319 comments of Vicary A.

We ended up switching from `serverless-plugin-typescript` and `serverless-plugin-optimize` to `serverless-webpack` and the bundling time is reduced exponentially by size.

@clethrill It takes some time to digest, took me 3 weeks for this and I made two repos in the process. We have 300 lambdas so normal webpack takes more...

I guess I should hold the codings on my local fork until then.

I believe users expect a public product by Amazon to be spec compliant.

@benmcp AppSync API has a method `evalucate-mapping-template` which you can quickly generates an output with a manually crafted input JSON as its context. See the *Testing* section here https://github.com/aws/aws-appsync-community/issues/147#issuecomment-1231754613 for...

@ndejaco2 Thanks for the reply, answering your questions below. > Are you using VTL with your lambda resolvers or just direct lambda? We are mostly using Direct Lambdas, but if...

@ospfranco I am using TypeScript and typeorm/typeorm#9178 does not fix it. Instead I am having this weird error ``` Error: Requiring unknown module "undefined". If you are sure the module...

TBH It looks very much like a TypeORM issue to me, I don't think the require phase and metro's behavior is within the scope of this project. Much appreciated if...

OK I'll stick with my workaround for the time being, thanks for replying!

Looks like this is not fixed yet, where should I add that line of code for a temp patch?