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]
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]
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 