Skip to content

Commit

Permalink
set explicit dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mdial89f committed Nov 14, 2023
1 parent 7be46d0 commit b08492c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/data/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -710,6 +710,7 @@ resources:
Type: Custom::SetupIndex
Properties:
ServiceToken: !GetAtt SetupIndexCustomResourceLambdaFunction.Arn
DependsOn: MapRole # This lambda needs the roles mapped before setting up the index
Outputs:
OpenSearchDomainArn:
Value: !GetAtt OpenSearch.Arn
Expand Down

0 comments on commit b08492c

Please sign in to comment.