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

Removing an aws-parameter-store results in timeout error and component not removed #7

Open
garethmcc opened this issue Oct 21, 2020 · 1 comment

Comments

@garethmcc
Copy link

garethmcc commented Oct 21, 2020

Used the following serverless.yml and successfully deployed:

component: aws-parameter-store
name: parameters
org: garethmccumskey
app: test-parameters
stage: dev

inputs:

Once deployed running remove caused a timeout error:

test-parameters-store sls remove

serverless ⚡framework
Action: "remove" - Stage: "dev" - Org: "garethmccumskey" - App: "test-parameters" - Name: "parameters"

60s › Serverless › Request timed out after 60 seconds 

  Documentation: https://github.com/serverless/components 
  Support: https://app.serverless.com/support 
  Slack: https://www.serverless.com/slack/ 

The state of the deployed component is also in removing state:

image

@harleyguru
Copy link

harleyguru commented Nov 8, 2020

Same for me.. this drives me crazy... I looked into the code, it doesn't have remove method. that's the reason.
Let's fix this issue ASAP...

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

2 participants