Closed rochdev closed 7 years ago
When I get it to not error out, it creates an __unused_stage__
stage besides the actual stage.
According to AWS support center the correct way would be to completely remove the StageName
from deployment instead of simply renaming it to a dummy value.
Ok it seems the creation of an __unused_stage__
stage is the expected behavior. However, the example still contains a few errors meaning that it doesn't work as-is.
Fixed README to be more useful
The provided examples doesn't work.
Using
StageDescription
inAWS::ApiGateway::Deployment
results in aStageDescription cannot be specified when stage referenced by StageName already exists.
error.Using the
AWS::ApiGateway::Stage
results in aAn error occurred while provisioning your stack: ApiGatewayStage - dev already exists.
error.How to actually use this plugin?