<https://t.co/0TSxYZ5MOn?amp=1>
# random
t
j
oh cool! any way to enable that through SST?
t
Looking into it later today, have to see if cdk supports it
s
sounds like the arm64 option is a no-brainer. better performance for lower price?
j
@Sam Hulick yep - unless your lambdas rely on any x86-only dependency?
s
just a couple binaries, but I compile those myself. so I can just recompile them for arm64
I use this Docker image to compile them currently: https://hub.docker.com/_/amazonlinux so I wonder if AWS will release an official arm64 docker image
t
Yep will be the default for me going forward
j
let’s watch intel’s stock prices falling after these news
s
coool. I’ll have to do some performance comparisons later on to see how it stacks up against x86 with the things I’m doing
https://github.com/aws/aws-cdk/commit/b3ba35e9b8b157303a29350031885eff0c73b05b how can a Lambda function use both architectures? 🤔
in the console, you can only pick one. if you picked two, how would it know which arch to use when invoked?
k
@thdxr any update on this?