{
"Type": "AWS::ApiGateway::Deployment",
"Properties": {
"RestApiId": { "Ref": "MyApi" },
"Description": "My deployment",
"StageName": "DummyStage"
}
}
{
"Type": "AWS::ApiGateway::Deployment",
"Properties": {
"RestApiId": { "Ref": "MyApi" },
"Description": "My deployment",
"StageName": "DummyStage"
}
}