diff --git a/SAMtemplates/main_template.yaml b/SAMtemplates/main_template.yaml index 038f85b4..12042c91 100644 --- a/SAMtemplates/main_template.yaml +++ b/SAMtemplates/main_template.yaml @@ -72,10 +72,10 @@ Resources: Timeout: 600 MemorySize: 4096 Architectures: - - x86_64 + - arm64 Runtime: java21 Layers: - - !Sub "arn:aws:lambda:${AWS::Region}:580247275435:layer:LambdaInsightsExtension:38" + - !Sub arn:aws:lambda:${AWS::Region}:580247275435:layer:LambdaInsightsExtension-Arm64:20 Environment: Variables: AWS_LAMBDA_LOG_LEVEL: !Ref LogLevel