You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I update a route's URL, the old resource (for the old URL) is not deleted.
This might be a hard-to-solve issue - maybe save a local cache of function/URL mapping, and when the URL changes (assuming function name stays the same), chalice deploy will delete the old resources.
The text was updated successfully, but these errors were encountered:
I think I see the issue. The internals recently changed to first generate a swagger API and then import/update the api gateway API (as opposed to making individual API calls for each route).
The default setting is merge for put_rest_api, but it needs to be overwrite. Should be a quick fix Thanks for reporting.
When I update a route's URL, the old resource (for the old URL) is not deleted.
This might be a hard-to-solve issue - maybe save a local cache of function/URL mapping, and when the URL changes (assuming function name stays the same),
chalice deploy
will delete the old resources.The text was updated successfully, but these errors were encountered: