We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The text was updated successfully, but these errors were encountered:
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...
remove
Sorry, something went wrong.
No branches or pull requests
Used the following serverless.yml and successfully deployed:
Once deployed running remove caused a timeout error:
The state of the deployed component is also in removing state:
The text was updated successfully, but these errors were encountered: