admin管理员组文章数量:1244439
I am using Visual Studio 2022 and the AWS Toolkit. I have a serverless application that uses AWS AppConfig Agent successfully when deployed to AWS. However, when debugging locally I find that the agent does not seem to be running at http://localhost:2772
. I have the latest tooling: AWS CLI, dotnet Amazon.Lambda.Tools, AWS Toolkit for VS2022, 8 project.
I am following appconfig-agent-how-to-use-local-development but it does not seem to explain how you get the agent installed and started locally. I clicked the link for AWS Lambda and that seems to describe how to set it up in AWS, but I do not find how to install it locally.
Also, the instructions say to create a file named application_name:environment_name:configuration_profile_name
; :
is not allowed in a filename on Windows so I do not understand how I am supposed to create that file.
I feel like I am missing something very obvious. Right now I can successfully test the app config code by deploying to AWS. It will be nice to have this working locally too for faster dev workflow.
To summarize, my questions are:
- How do I install/start the appconfig agent for local debugging using Visual Studio 2022?
- What is the filename format on Windows for
application_name:environment_name:configuration_profile_name
since:
is not valid?
本文标签:
版权声明:本文标题:amazon web services - AWS AppConfig Agent local development mode - how do I install the agent for local development? - Stack Ove 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1740156252a2233597.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论