Hoping Architecture arm64 is available soon

AWS announced the availability of using arm64 as a Runtime architecture. You can change it in the console and from reddit someone has tried it with Cloud Formation by adding:

Architectures: [arm64]

See: AWS Lambda Functions Powered by AWS Graviton2 Processor – Run Your Functions on Arm and Get Up to 34% Better Price Performance | AWS News Blog

1 Like

Was able to get this working with this:

plugins:
  extensions:
    {normalizedFunctionName}LambdaFunction:
      Properties:
        Architectures:
          - arm64

Hello, Framework already supports this setting, starting with version 2.61.0

My post was pre 2.61.0

Sure thing, I just wanted to let you and everyone in this thread know that it’s now available :tada: