Skip to content

Commit

Permalink
remove architecture parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-coralogix committed Mar 1, 2024
1 parent 3cc0dc5 commit 38fd88a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lambda-manager/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Metadata:
- Label:
default: Lambda configuration
Parameters:
- FunctionArchitecture
- FunctionMemorySize
- FunctionTimeout
Parameters:
Expand Down Expand Up @@ -115,8 +114,6 @@ Resources:
CodeUri: .
Handler: lambda_function.lambda_handler
Runtime: python3.12
Architectures:
- arm64
MemorySize:
Ref: FunctionMemorySize
Timeout:
Expand Down

0 comments on commit 38fd88a

Please sign in to comment.