Michal Sadowski
Michal Sadowski
I was seeing this issue as well and just confirmed your PR did solve it @patrickpaulin, would be nice to get it merged if/when possible. Good job with the fix...
> [PR 8096](https://github.com/aws/aws-cli/pull/8096) (aws-cli) was merged in mid-December. A couple of comments on related issues [here](https://github.com/aws/aws-cli/issues/8075#issuecomment-1874562551) and [here](https://github.com/aws/aws-cli/issues/8469#issuecomment-1881857766) indicate that recent aws-cli versions no longer have this problem. > >...
Experiencing the same problems while trying to build python3.11 lambdas with arm64 architecture. I got the build to work using the following docker image: https://github.com/aws/aws-sam-cli/issues/3331#issuecomment-932353379. That docker container is a...
@mndeveci The build works fine with the workaround with the `gemu-user-static` docker image, although I'm still experiencing the same issues as in: https://github.com/aws/aws-sam-cli/issues/3512#issuecomment-1697529569 during runtime. So even though it solves...
@mndeveci I started to create an example with a fork from your example repository but it worked fine, then I realized my previous tests were failing not due to the...
Thanks for fast respose @mndeveci. I actually only have one function inside the `cmd` folder where I'm running the `sam build --use-container` command. My folder structure looks like this: ```...
Thanks for detailed example @mndeveci. ## TL;DR I managed to get the build inside of container to work (with some workarounds especially for the `provided.al2023` runtime). Will need to perform...
I finally got some time to try out a more complex project structure containing references outside of the SAM container mount point. Had to create some pre processing scripts copying...