問題タブ [aws-serverless]
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.
aws-api-gateway - リクエストをbase64に変換するサーバーレスAPIゲートウェイ
ファイルを s3 に (POST リクエスト経由で) アップロードし、それらを (GET リクエスト経由で) 提供するサーバーレス アプリがあります。
serverless-apigw-binary
およびプラグインを使用しserverless-apigwy-binary
て、バイナリ データを画像の形式で返すことができるようにしています。URL がブラウザで機能するようにするには、バイナリ タイプを に設定する必要があります*/*
。
画像をアップロードするために、POST エンドポイントは { "base64": "..." } のようなボディを受け取ります。ただし、この構成では、本文全体が base64 でエンコードされた文字列として送信されます。application/json
リクエスト本文が変換されないようにするにはどうすればよいですか?
serverless.yml
以下を参照してください。
amazon-web-services - AWS Lambda 関数が Read timed out をスローします。(read timeout=60) 呼び出し時
AWS C9 環境から AWS Lambda で Lambda 関数を作成しました。この関数はローカルからは正常に実行されますが、デプロイ後、リモートでタイムアウトになります。
これはエラーです:
関数が呼び出されないため、問題がコードにないことがわかります。任意のヒント?
node.js - How to add AWS user permissions using serverless?
I have created a user in the AWS console with access only to the Lambda service.
My question is, using the serverless framework, in my serverless.yaml, is it possible to add S3 Full access to my user and possibly any other service? Thank you.
handler.js
serverless.yaml