小编sam*_*han的帖子

无法从 amplify 仪表板删除 amplify 应用程序

我无法从仪表板中删除 app_name 应用程序

无法删除 app_name 应用程序:删除应用程序 XXX 的后端环境失败

我手动删除了关联的 S3 存储桶和 CloudFormation。

我已经尝试了所有方法,但无法删除应用程序

aws-amplify

12
推荐指数
2
解决办法
2568
查看次数

如何在 Amplify 上以按需容量模式创建 DynamoDB 表?

DynamoDB 有两种定价模式:预置容量模式和按需容量。

\n

Amplify 始终以预配置容量模式创建表。\是否有一个选项可以默认使用按需容量创建表?

\n
C:\\user\\samadhan\\ampplify_project>amplify add storage\n? Select from one of the below mentioned services: NoSQL Database\n\nWelcome to the NoSQL DynamoDB database wizard\nThis wizard asks you a series of questions to help determine how to set up your NoSQL database table.\n\n\xe2\x88\x9a Provide a friendly name \xc2\xb7 DynamoDB\n\xe2\x88\x9a Provide table name \xc2\xb7 AuthorazationsTable\n\nYou can now add columns to the table.\n\n\xe2\x88\x9a What would you like to name this column \xc2\xb7 id\n\xe2\x88\x9a Choose the data type \xc2\xb7 string\n\xe2\x88\x9a Would …
Run Code Online (Sandbox Code Playgroud)

amazon-dynamodb aws-amplify aws-amplify-cli

3
推荐指数
1
解决办法
1026
查看次数