Sam A. Horvath-Hunt

Results 399 comments of Sam A. Horvath-Hunt

Tried this just in case: ``` $ docker pull amazon/aws-sam-cli-emulation-image-provided ~ Using default tag: latest latest: Pulling from amazon/aws-sam-cli-emulation-image-provided Digest: sha256:8784f36ae6f73a78479711556b4dac67c3c956df3707a46d45483a2d701ef4d2 Status: Image is up to date for amazon/aws-sam-cli-emulation-image-provided:latest docker.io/amazon/aws-sam-cli-emulation-image-provided:latest...

Really appreciate your support on this mate, cheers. Yeah, I'd be perfectly content to downgrade my Stack LTS for now, do you have a known good version I can target?

Running that command gives me: ``` /var/task/bootstrap: /lib64/libm.so.6: version `GLIBC_2.27' not found (required by /var/task/bootstrap) ``` The container seems to hang at this point. It did on the first run...

**Success!** LTS 13.22 successfully runs locally with the above `docker run` command. :confetti_ball: Curiously `sam local invoke` now fails with: ``` {"stackTrace":[],"errorType":"User","errorMessage":"Runtime Error: Unable to decode Context from event response."}...

I believe there's an issue with the documentation update where `docker -t ` should be `docker build -t `. Aside from that, the good news: I was able to successfully...

Can confirm that the cryptonite flag succeeds as a workaround on my end, successfully built and invoked on 17.4! :smiley:

(Didn't mean to close :sweat_smile:)

Would you have any interest in pushing that Dockerfile as a built image to Docker Hub? I've realised I need to use it in CI as well, so I could...

I'm seeing the same issue trying to migrate from `esbuild-jest`. I've identified that the issue presents when trying to export a named export which is also implicitly exported by an...

[aura](https://github.com/fosskers/aura) is a good example here, with a few AUR packages: - [aura](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=aura) - [aura-bin](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=aura-bin) - [aura-git](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=aura-git) I also have my own [bukubrow](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=bukubrow) AUR package, but that's written in Rust...