nataizya
nataizya
Thanks for responding @mndeveci. I did try it with `provided.al2023` as well and faced the same issue. Logs: ``` 2024-05-13 23:44:07,411 | Config file location: /Users/nataizya/Documents/Playground/Rust/SAM/sam-app-2/samconfig.toml 2024-05-13 23:44:07,415 | Loading...
I suspect that the deployment will work as well though I havent tested that. Can you elaborate on what exactly you mean by trying it with a Docker alternative? What...
Setting the architecture to `arm64` allows it to work. Thanks!!!
Noted. I will try and make use of podman or rancher. But for now I can at least test the function locally by temporarily switching to `arm64` in the `template.yaml`.
Thanks @mndeveci . I can confirm that using `SAM_BUILD_MODE=debug sam build` does work for local testing.