Daniel Smedema
Daniel Smedema
I agree, this needs some attention. Ideally I'd like to be able to specify not to run the npm/yarn install at all, but at minimum we should be able to...
Seems likely. You can check by going to the lambda in the web console, actions -> export function, "download deployment package". Then inspect the zip file in a file browser...
We've worked around this by putting all our source files in a separate, sibling directory to `src`. We've named it `pkg`. Then adjusted our `tsconfig.json` settings such that the built...
Looks like the meat of this issue was basically replicated in #7696 and fixed in #7812, which is live in CLI versions >= 5.2.1. I say "the meat of" because...
The issue still exists. I got around it using a custom template as suggested, but it was much harder than I thought to implement -- mainly because nbconvert seems to...
Though I find this fairly annoying, I do understand why the Relay spec allows this - it can apparently reduce server load, and the client doesn't need the server to...
Inspired by @ambriglia's mentioned workaround, I implemented a workaround on our team. Our AppSync api is named `ash` for reasons I won't go into. ### 1 Created a new lambda...