0
AWS API GatewayとAWS Cognito Userプールを統合しました。以下のカールコマンドが機能します。AWS APIゲートウェイの認証エラー
ただし、次のAngularjs $ http.putで認証が失敗します。 AWSのCloudWatchのログは、認証トークンが$ http.putで設定する必要がありますどのように
$http.defaults.headers.common['Authorization'] = token
$http.put('https://<url>', <json data>)
.then(function (data, status, headers, config) {
console.log('success')
}, function (data, status, headers, config) {
console.log('failure')
});
「ユーザーが不正です」と表示しますか?