Skip to content

Commit

Permalink
aws-samples#184 Move functions to Arm64 - Adjust template for deliver…
Browse files Browse the repository at this point in the history
…y, delivery-pricing, orders, payment, platform, products, users sand warehouse service.
  • Loading branch information
nilskelleter committed Nov 3, 2021
1 parent f671d9a commit 588eca0
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions delivery-pricing/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Parameters:
Globals:
Function:
Runtime: python3.9
Architectures:
- arm64
Handler: main.handler
Timeout: 30
Tracing: Active
Expand Down
2 changes: 2 additions & 0 deletions delivery/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Parameters:
Globals:
Function:
Runtime: python3.9
Architectures:
- arm64
Handler: main.handler
Timeout: 30
Tracing: Active
Expand Down
2 changes: 2 additions & 0 deletions orders/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Parameters:
Globals:
Function:
Runtime: python3.9
Architectures:
- arm64
Handler: main.handler
Timeout: 30
Tracing: Active
Expand Down
2 changes: 2 additions & 0 deletions payment/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Parameters:
Globals:
Function:
Runtime: python3.9
Architectures:
- arm64
Handler: main.handler
Timeout: 30
Tracing: Active
Expand Down
2 changes: 2 additions & 0 deletions platform/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Parameters:
Globals:
Function:
Runtime: python3.9
Architectures:
- arm64
Handler: main.handler
Timeout: 30
Tracing: Active
Expand Down
2 changes: 2 additions & 0 deletions products/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Parameters:
Globals:
Function:
Runtime: python3.9
Architectures:
- arm64
Handler: main.handler
Timeout: 30
Tracing: Active
Expand Down
2 changes: 2 additions & 0 deletions users/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Parameters:
Globals:
Function:
Runtime: python3.9
Architectures:
- arm64
Timeout: 30
Tracing: Active
Environment:
Expand Down
2 changes: 2 additions & 0 deletions warehouse/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Parameters:
Globals:
Function:
Runtime: python3.9
Architectures:
- arm64
Handler: main.handler
Timeout: 30
Tracing: Active
Expand Down

0 comments on commit 588eca0

Please sign in to comment.