We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ead8d7d commit 8592fc9Copy full SHA for 8592fc9
2 files changed
hebert-sentiment-analysis-inference-docker-lambda/template.yaml
@@ -23,4 +23,4 @@ Outputs:
23
Value: !GetAtt HeBERTInferenceFunction.Arn
24
HeBERTInferenceFunctionIamRole:
25
Description: "Implicit IAM Role created for HeBERTInference function"
26
- Value: !GetAtt HeBERTInferenceFunction.Arn
+ Value: !GetAtt HeBERTInferenceFunctionRole.Arn
xgboost-inference-arm64-docker-lambda/template.yaml
@@ -25,4 +25,4 @@ Outputs:
Value: !GetAtt XGBoostInferenceArm64Function.Arn
XGBoostInferenceArm64FunctionIamRole:
27
Description: "Implicit IAM Role created for XGBoostInference Arm64 function"
28
- Value: !GetAtt XGBoostInferenceArm64Function.Arn
+ Value: !GetAtt XGBoostInferenceArm64FunctionRole.Arn
0 commit comments