简体   繁体   English

如何在 AWS 云形成中引用嵌套堆栈资源?

[英]How to reference nested stack resources in AWS cloud formation?

I am currently using Serverless framework .As the number of resources exceeded 200 limit I used serverless-nested-stack plugin to create nested stack .Since then resource from one nested stack cannot access resource from other stack.我目前正在使用无服务器框架。由于资源数量超过 200 限制,我使用无服务器嵌套堆栈插件来创建嵌套堆栈。从那时起,一个嵌套堆栈中的资源无法访问其他堆栈中的资源。 How do I refer a resource from one nested stack from another nested stack ?如何从另一个嵌套堆栈引用一个嵌套堆栈中的资源?

There are multiple reasons why the metro bundler does not start on it's own. Metro bundler 不能自行启动的原因有多种。 You have to be on the same network or there might be an issue with the adb.您必须在同一网络上,否则 adb 可能存在问题。 Can you please refer to this webpage for more clarity on how to run the app on device.您能否参考此网页以更清楚地了解如何在设备上运行该应用程序。 It helped me out a lot while having issues.它在遇到问题时帮助了我很多。

问题出在 react native cli 上,我卸载了 react-native-cli 并使用 'npx react-native run-android' 来运行应用程序。这解决了这个问题。

从你的命令提示符试试这个:

adb reverse tcp:8081 tcp:8081

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM