在使用developer.amazon.com和aws.amazon.com的浏览器GUI之后,事情变得严肃起来,现在我想使用ask-cli来初始化Alexa技能和他们的lambda函数.
当我想ask init,它告诉我,我应该选择一个配置文件或创建一个新配置文件.两者都跳转到浏览器并使用OAuth验证我的问题安装.
~ ask init
? Please create a new profile or overwrite the existing profile.
(Use arrow keys)
??????????????
? Create new profile
??????????????
Profile Associated AWS Profile
[default] ** NULL **
[aws_profile] ** NULL **
Run Code Online (Sandbox Code Playgroud)
但AWS Profile不会关联我的AWS Profile.
如果我没有将配置文件与AWS连接,我的LamdaFunction将无法加载/部署.
No AWS credential setup for profile: [default].
Lambda clone skipped. CLI lambda functionalities can be enabled
by running `ask init` again to add 'aws_profile' to ASK cli_config
Run Code Online (Sandbox Code Playgroud)
我怎么能正确连接我的ask-cli?
alexa-skill ×1