Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API changes are not deployed... #16

Open
dzimine opened this issue Dec 20, 2017 · 0 comments
Open

API changes are not deployed... #16

dzimine opened this issue Dec 20, 2017 · 0 comments

Comments

@dzimine
Copy link

dzimine commented Dec 20, 2017

... when the stack is updated.

When the service is defined and deployed from scratch, things work.

But if I already have a service, and add the apig-s3 later, or change the plugin parameters (e.g., change dist) the changes are not deployed to a stage. Go to Web Console->API Gateway->Resources, see that the changes took place there. Go to Web Console->API Gateway->Resource/Stages, and they're missed.

I have to deploy them manually: Web Console->API Gateway->Resources->Actions-Deploy API. Or with CLI:

# What's the ID of my API?
aws apigateway get-rest-apis

# Deploy it to stage `dev`
aws apigateway create-deployment --rest-api-id  1nort0aotd  --stage-name dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant