Alex Shearn

Results 16 comments of Alex Shearn

This would be of great help, especially when getting to grips with the CDK and learning about AWS services. For example I've set up some proof-of-concept stuff to show my...

:+1:, vim-style shortcuts (like GMail uses) would be brill!

For future Googlers: I had this issue, and it was because there was a manually-created trigger hanging around that wasn't deleted with my stack. Using the CLI to delete by...

Is there a flag to force a redeploy, even when CF thinks there's no changes? I just tried to use my CICD pipeline to deploy a previous tag and CF...

Just bumping in to this myself, I'm on an M1 Mac and happy to test anything that needs testing!

This still appears to be an issue on Apple Silicon. I've done the following, based on various bits of internet research: 1. Expose `podman machine` socket: `podman machine ssh -L...

Turns out I had forgotten to change the arch in the SAM template. On [further investigation](https://docs.aws.amazon.com/lambda/latest/dg/golang-package.html#golang-package-al2) there is also no support for `arm64` architecture for the Go runtime, instead requiring...

I don't think I did, I think I double checked with work and just used Docker instead... 😢

Yep, just ran into this trying to compile to deploy a Lambda to Graviton to investigate cost/speed improvements. Looks like I will need to install Node on the CI runner...

Developing on a mac and generally working on ARM lambdas, not being able to debug is certainly a problem!