玩過developer.amazon.com和aws.amazon.com的漂亮瀏覽器GUI後,事情變得嚴肅起來,現在我想用ask-cli來初始化Alexa技能和他們的lambda函數。如何使用有效的AWS配置文件配置Alexa ask-cli?
當我想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 **
但是AWS Profile將不會關聯我的AWS Profile。
如果我沒有將配置文件連接到AWS,My 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
我該如何正確連接我的問答系統?
你運行的是什麼版本? 'ask -v' –
我不得不重新啓動我的命令行會話來重新加載配置文件並識別令牌 –