Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
stationeros committed Oct 17, 2023
2 parents a64edd6 + 14adeb1 commit 0ee17f1
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 1 deletion.
1 change: 1 addition & 0 deletions labs/TrapheusAI/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ streamlit-agraph
streamlit-extras
pandasai
tk
safetensors
45 changes: 44 additions & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ Resources:
Layers:
- !Ref CommonLambdaLayer
Timeout: 900
Architectures:
- arm64 # Specify arm64 for Graviton architecture

VpcConfig:
!If [UseVPCAndSubnetsCondition, {
SecurityGroupIds: !Split [ "," , !GetAtt LambdaSecurityGroup.GroupId ] ,
Expand All @@ -222,6 +225,9 @@ Resources:
Layers:
- !Ref CommonLambdaLayer
Timeout: 900
Architectures:
- arm64 # Specify arm64 for Graviton architecture

VpcConfig:
!If [UseVPCAndSubnetsCondition, {
SecurityGroupIds: !Split [ "," , !GetAtt LambdaSecurityGroup.GroupId ] ,
Expand All @@ -244,6 +250,9 @@ Resources:
Layers:
- !Ref CommonLambdaLayer
Timeout: 900
Architectures:
- arm64 # Specify arm64 for Graviton architecture

VpcConfig:
!If [UseVPCAndSubnetsCondition, {
SecurityGroupIds: !Split [ "," , !GetAtt LambdaSecurityGroup.GroupId ] ,
Expand All @@ -266,6 +275,9 @@ Resources:
Layers:
- !Ref CommonLambdaLayer
Timeout: 900
Architectures:
- arm64 # Specify arm64 for Graviton architecture

VpcConfig:
!If [UseVPCAndSubnetsCondition, {
SecurityGroupIds: !Split [ "," , !GetAtt LambdaSecurityGroup.GroupId ] ,
Expand All @@ -288,6 +300,9 @@ Resources:
Layers:
- !Ref CommonLambdaLayer
Timeout: 900
Architectures:
- arm64 # Specify arm64 for Graviton architecture

VpcConfig:
!If [UseVPCAndSubnetsCondition, {
SecurityGroupIds: !Split [ "," , !GetAtt LambdaSecurityGroup.GroupId ] ,
Expand All @@ -310,6 +325,9 @@ Resources:
Layers:
- !Ref CommonLambdaLayer
Timeout: 900
Architectures:
- arm64 # Specify arm64 for Graviton architecture

VpcConfig:
!If [UseVPCAndSubnetsCondition, {
SecurityGroupIds: !Split [ "," , !GetAtt LambdaSecurityGroup.GroupId ] ,
Expand Down Expand Up @@ -338,6 +356,9 @@ Resources:
Layers:
- !Ref CommonLambdaLayer
Timeout: 900
Architectures:
- arm64 # Specify arm64 for Graviton architecture

VpcConfig:
!If [UseVPCAndSubnetsCondition, {
SecurityGroupIds: !Split [ "," , !GetAtt LambdaSecurityGroup.GroupId ] ,
Expand All @@ -364,6 +385,9 @@ Resources:
Layers:
- !Ref CommonLambdaLayer
Timeout: 900
Architectures:
- arm64 # Specify arm64 for Graviton architecture

VpcConfig:
!If [UseVPCAndSubnetsCondition, {
SecurityGroupIds: !Split [ "," , !GetAtt LambdaSecurityGroup.GroupId ] ,
Expand All @@ -386,6 +410,9 @@ Resources:
Layers:
- !Ref CommonLambdaLayer
Timeout: 900
Architectures:
- arm64 # Specify arm64 for Graviton architecture

VpcConfig:
!If [UseVPCAndSubnetsCondition, {
SecurityGroupIds: !Split [ "," , !GetAtt LambdaSecurityGroup.GroupId ] ,
Expand All @@ -408,6 +435,9 @@ Resources:
Layers:
- !Ref CommonLambdaLayer
Timeout: 900
Architectures:
- arm64 # Specify arm64 for Graviton architecture

VpcConfig:
!If [UseVPCAndSubnetsCondition, {
SecurityGroupIds: !Split [ "," , !GetAtt LambdaSecurityGroup.GroupId ] ,
Expand All @@ -430,6 +460,9 @@ Resources:
Layers:
- !Ref CommonLambdaLayer
Timeout: 900
Architectures:
- arm64 # Specify arm64 for Graviton architecture

VpcConfig:
!If [UseVPCAndSubnetsCondition, {
SecurityGroupIds: !Split [ "," , !GetAtt LambdaSecurityGroup.GroupId ] ,
Expand All @@ -452,6 +485,9 @@ Resources:
Layers:
- !Ref CommonLambdaLayer
Timeout: 900
Architectures:
- arm64 # Specify arm64 for Graviton architecture

VpcConfig:
!If [UseVPCAndSubnetsCondition, {
SecurityGroupIds: !Split [ "," , !GetAtt LambdaSecurityGroup.GroupId ] ,
Expand Down Expand Up @@ -520,6 +556,9 @@ Resources:
Layers:
- !Ref CommonLambdaLayer
Timeout: 900
Architectures:
- arm64 # Specify arm64 for Graviton architecture

Environment:
Variables:
SNAPSHOT_EXPORT_TASK_ROLE: !GetAtt LambdaExecutionRole.Arn
Expand All @@ -544,6 +583,9 @@ Resources:
Layers:
- !Ref CommonLambdaLayer
Timeout: 900
Architectures:
- arm64 # Specify arm64 for Graviton architecture

Environment:
Variables:
SNAPSHOT_EXPORT_TASK_ROLE: !GetAtt LambdaExecutionRole.Arn
Expand Down Expand Up @@ -1286,4 +1328,5 @@ Resources:
}'
Tags:
AppComponent: "CW-Rule"
AppFunction: "DBRestoreRule"
AppFunction: "DBRestoreRule"

0 comments on commit 0ee17f1

Please sign in to comment.