我在参加本次研讨会时遇到了几个问题,包括
a. AMAZON REKOGNITION not working,
b. dynamodb tables not updated with images being uploaded.
为避免收取 aws 资源费用,我使用amplify delete
命令删除了所有 AWS 资源。如果我运行该amplify publish
命令,我会收到以下错误:
**StackTrace:**
You are not working inside a valid amplify project.
Use 'amplify init' in the root of your app directory to initialize your project with Amplify
Error: You are not working inside a valid amplify project.
如何重新创建所有 AWS 资源而无需amplify init
再次执行该过程?