Kai Hendry
Kai Hendry
Also it's not super clear to me if or how https://github.com/aws-samples/lambda-refarch-webapp/blob/master/todo-src/test/unit/test-handler.js gets used
Be good if there was simply an amd64 static binary distribution. Would make it easier to deploy in a AWS Lambda function for e.g.
Maybe related, but I am having problems with non-github account: curl -sf https://gobinaries.com/go.cypherpunks.ru/goredo | sh Error: Failed to resolve requested version http://www.goredo.cypherpunks.ru/Install.html
@WORMSS That would be like asking WHATWG how to build a sample-media-pwa... no? :rofl:
Well, I would still prefer to hear how Paul did it. I did catch a glimpse of how he did it in his videos with various ffmpeg invocations.
I'm unable to get https://github.com/apex/up-examples/tree/master/oss/java-maven-spark nor https://github.com/apex/up-examples/tree/master/oss/java-maven-springboot working. Log reports **sh: java: command not found** Guess the Node.js 10.x runtime doesn't have java installed? And **Java 11 (Corretto)** doesn't have...
That's my task today, figure out how to protect an API endpoint. Guess I can just check for a secret in the body, but it would be nice if there...
Oh, another problem is that `npm run build` **webpack.optimize** fails with ``` ERROR in build.js from UglifyJs Unexpected token: operator (>) [./src/main.js:6,10][build.js:119,13] ```
Oh, so why did I need to change babel for it not to complain? Any ideas how to keep the bundle size low but using features like [await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await)?
What about minimising the bundle since async/await isn't liked by UglifyJS?