我要自定义src/aws-exports.js
文件,即在其中添加自己的值:
const awsmobile = {
"aws_project_region": "ap-southeast-2",
"aws_content_delivery_bucket": ...",
"foo": "bar",
};
我不知道如何在其中获得"foo": "bar"
条目。我已经考虑过用额外的条目来修改team-provider-info.json
文件,但这似乎行不通。
基本上,我的用例是我还有其他针对环境的键值对,并且我想to带Amplify已经完成的工作,因此不需要添加其他工具来管理环境。
如果找不到解决方案,我可能会以npm
的方式使用。