Changes for page Finish Create phase API Gateway
Last modified by Eva Torken on 2024/03/01 15:04
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - Finish CreateAPI Gateway1 +crashcourse-apigw-exercises-createphase - Content
-
... ... @@ -10,7 +10,7 @@ 10 10 11 11 == 2. Exercise == 12 12 13 -Below the exercises forthis partofthecrashcourse.13 +Below the various exercises to learn more 14 14 15 15 === 2.1 Complete create phase for OMS Carrier === 16 16 ... ... @@ -29,11 +29,6 @@ 29 29 '${gateway.exit.carrier}/carriers'+ (T(org.springframework.web.util.UriComponentsBuilder).fromHttpUrl(headers['http_requestUrl']).build(true).getQuery()==null?'':'?'+T(org.springframework.web.util.UriComponentsBuilder).fromHttpUrl(headers['http_requestUrl']).build(true).getQuery()) 30 30 {{/code}} 31 31 32 -=== 2.2 Complete create phase for OMS Order === 33 - 34 -* Integrations are added to Create 35 -* Final versions are pushed to Deploy 36 -* Exit gate holds HTTP Outbound gateway that connects to the endpoint of OMS Carriers 37 37 38 38 == 3. Solution == 39 39