question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I love the simplicity of the chalice CLI, but feel there is one more command to add to complete the feature set. That is a chalice delete (or named something similar) command.

I’m requesting this because chalice deploy automatically creates the Lambda function, the API Gateway routes and the IAM policy (and perhaps other things). It would be difficult for novice users and frustrating for advanced users to have to manually delete all those things themselves especially for failed experiments and hello word trials which the simplicity of the CLI encourages.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:23
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

8reactions
JamieCresseycommented, Jul 13, 2016

Agreed, I personally feel this should be managed by a simple CloudFormation template, that way users have the ability to delete the stack from with the AWS UI too if they so desire, and it can be extended upon for future use however the end-user sees fit.

Kind of relates to #35

8reactions
jameslscommented, Jul 12, 2016

I agree. Marking as feature request. Thanks for the feedback.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Quickstart — AWS Chalice
If you're done experimenting with Chalice and you'd like to cleanup, you can use the chalice delete command, and Chalice will delete all...
Read more >
Section 0: Introduction to AWS Chalice
Delete the Chalice application¶. Now with an understanding of the basics of how to use AWS Chalice, let's clean up this introduction application...
Read more >
chalice - PyPI
If you're done experimenting with Chalice and you'd like to cleanup, you can use the chalice delete command, and Chalice will delete all...
Read more >
How to Create CRUD REST API with AWS Chalice - Auth0
Learn how to build a book database API with AWS Chalice serverless technology. ... Now, you will add the code to delete a...
Read more >
Develop, deploy, and test micro-services using Chalice on ...
chalise delete ) from the Kernel menu. Run All Cells Command. First, we install Chalice in the kernel using pip
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found