sqs-browse: remove assumption regarding table keys

Table keys are now retrieved from describe
This commit is contained in:
Leon Mika 2022-03-25 08:17:52 +11:00
parent 3428bd2a8a
commit 5a69e6c954
47 changed files with 150 additions and 98 deletions

View file

@ -14,4 +14,4 @@ type Message string
type PromptForInput struct {
Prompt string
OnDone uimodels.Operation
}
}