API Gateway will now resolve AWS variables in your Open API definition

You can now use AWS variables in your Open API definition through Amazon API Gateway. API Gateway will resolve ${AWS::Region}, ${AWS::AccountId}, and ${AWS::Partition} while importing your API. With this release, you no longer need to maintain multiple copies of Open API definitions for the same API just to deploy it to different regions and accounts. For example, you can use these variables to dynamically build the Integration URI for a resource/route in your API.