Ted B

Results 12 comments of Ted B

Still trying to successfully debug an `provided.al2023` go lambda on VSCode, so tried remote debugging, but no luck here either. ```shell GOOS=linux GOARCH=arm64 go build -o bootstrap sam build -s...

Given we are developing on ARM based (Apple Silicon) I am unable to even use the `go1.x` architecture in the meantime for debugging with the AWS SAM CLI: ```shell DOCKER_HOST=unix://$HOME/.docker/run/docker.sock...