Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed Jan 27, 2024
1 parent 23ae337 commit 99241b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Resources:
OcrApiRequestsArn:
Fn::GetAtt:
- Ocr
- Outputs.OcrProcessor
- Outputs.OcrProcessorArn
DocumentsApiRequestsArn:
Fn::GetAtt:
- ApiLambda
Expand Down Expand Up @@ -210,7 +210,7 @@ Resources:
OcrApiRequestsArn:
Fn::GetAtt:
- Ocr
- Outputs.OcrProcessor
- Outputs.OcrProcessorArn
Tags:
Application:
Fn::Sub: "FormKiQ ${FormKiQType}"
Expand All @@ -237,7 +237,7 @@ Resources:
OcrApiRequestsArn:
Fn::GetAtt:
- Ocr
- Outputs.OcrProcessor
- Outputs.OcrProcessorArn
Tags:
Application:
Fn::Sub: "FormKiQ ${FormKiQType}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,11 @@ Resources:
- Fn::Sub: "arn:${Partition}:iam::aws:policy/AWSXRayDaemonWriteAccess"

Outputs:
#@overlay/match missing_ok=True
OcrProcessor:
Value:
Ref: OcrProcessor
Ref: OcrProcessor
OcrProcessorArn:
Value:
Fn::GetAtt:
- OcrProcessor
- Arn

0 comments on commit 99241b0

Please sign in to comment.