問題タブ [aws-credentials]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
amazon-web-services - CredentialsError: 設定に資格情報がありません。AWS_CONFIG_FILE を使用している場合は、AWS_SDK_LOAD_CONFIG=1 を設定してください
昨日質問を投稿しましたが、今日は同じプロジェクトの異なるエラーで問題が発生しました:
私の資格情報と構成ファイルは次のようになります。
私が受け取ったエラーは見出しでもあります:
AWS Lambda 関数は次のとおりです。
私のAWSアカウントにもデプロイされていないので、関係ないと思います。
ask deploy を実行すると、次のようになります。
大学のプロジェクトで 2 週間前から一歩も踏み出せないので、徐々にイライラしています :)
助けてください
javascript - How to use aws credentials using cypress
I'm currently having difficulty finding a way to integrate my AWS credentials into my cypress tests when running cypress tests. The static approach works in hardcording your credentials into config.update . However I wish to opt for a more dynamic approach using my local credentials . I have managed to write a working script when executing from node successfully creates temp credentials. But stuck on how to implement the credentials into cypress AWS.config.update()