Skip to content

Commit

Permalink
try using full sub
Browse files Browse the repository at this point in the history
  • Loading branch information
devksingh4 committed Jul 21, 2024
1 parent c674bbc commit e7af892
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/swagger-resume-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ info:
email: infra@acm.illinois.edu

servers:
- url: !FindInMap [ApiGwConfig, !Ref RunEnvironment, ApiDomainName]
name: !Sub API Server for ${RunEnvironment} environment
- url:
Fn::FindInMap:
- ApiGwConfig
- Fn::Ref: RunEnvironment
- ApiDomainName
name:
Fn::Sub: API Server for ${RunEnvironment} environment

tags:
- name: Student
Expand Down

0 comments on commit e7af892

Please sign in to comment.