"Lambda関数を" is not found on TREX in Japanese-English direction
Try Searching In English-Japanese (Lambda関数を)

Low quality sentence examples

Lambda関数を作成。
Set your Lambda function.
Lambda関数を監視する方法。
How to monitor Lambda functions.
Lambdalambda関数を作成します(匿名関数。
Lambda creates lambda function(anonymous function..
毎日午前10:00(UTC)にLambda関数を呼び出す。
Invoke a Lambda function at 10:00am(UTC) everyday.
関数の作成方法はLambda関数を作成するをご覧ください。
For how to create a function, see Create a Lambda Function.
Pythonの辞書をソートするために、sortedのキーでlambda関数を使用する。
Using lambda function in the key of sorted to sort the dictionary.
Lambda関数を使用して、ソリューションを簡単にすることができます。
We could use lambda function to make the solution simpler.
ステップ2:Lambda関数を作成し、手動で呼び出す(サンプルイベントデータを使用。
Step 2.3: Create the Lambda Function and Test It Manually.
Lambda関数をF11にバインドし、現在の全画面状態self.window。
It binds the lambda function to F11, where the current full screen state could be read by self. window.
GreengrassCoreは、Lambda関数を含む、セキュアな無線によるソフトウェア更新もサポートします。
The Greengrass Core also supports secure, over-the-air software updates, including Lambda functions.
また、AWSLambda関数を、createSnapshotイベントに対応して作成することもできます。
You can also write an AWS Lambda function in response to the createSnapshot event.
年の間でお客様は様々な異なるユースケースでLambda関数をご利用頂いています。
Four years on, customers are using Lambda functions for many different use cases.
AmazonSNSトピックから完了ステータスを取得するには、AmazonSimpleQueueServiceのキューまたはAWSLambda関数を使用できます。
To get the completion status from the Amazon SNS topic, you can use an Amazon Simple Queue Service queue or an AWS Lambda function.
つはレコードをAmazonKinesisDataStreamsにプッシュするためであり、もう1つはシンプルなAWSLambda関数を呼び出すためです。
One to push records into Amazon Kinesis Data Streams and one to invoke a simple AWS Lambda function.
AWSIoT1-Clickは、シンプルなデバイスが特定のアクションを実行するAWSLambda関数を簡単にトリガーできるようにするサービスです。
AWS IoT 1-Click is a service that makes it easy for simple devices to trigger AWS Lambda functions that execute a specific action.
この開発バージョンでは、別のエンドポイントまたはLambda関数を使用して、元のスキルが変更されないようにします。
In this development version, use a different endpoint or Lambda function to ensure your original skill is not modified.
Lambdaコンソールに移動し、Python2.7ランタイムを使用してLambda関数を作成します(ここではIAMロールは関係ありません)。
I go to the Lambda Console and create a Lambda function using the Python 2.7 runtime(the IAM role does not matter here).
このロールは、Lambda関数を実行するパーミッション(権限)スキームを定義します。今回のケースでは、LambdaにS3バケットへのアクセスを許可します。
This role defines the permissions scheme that the Lambda function will run under- in this case, we're granting Lambda access to the S3 bucket.
たとえば、AmazonS3は常に非同期でLambda関数を呼び出し、AmazonCognitoは同期でLambda関数を呼び出します。
So Amazon S3 always invokes a Lambda function asynchronously, and Amazon Cognito always invokes a Lambda function synchronously.
例えば、訪問者がお客様の居住地に到着するたびに、ドアカメラはその人物の写真をS3にアップロードし、RekognitionのAPIを使用してゲストを識別するLambda関数をトリガーできます。
For example, each time a person arrives at your residence, your door camera can upload a photo of the visitor to Amazon S3, triggering a Lambda function that uses Rekognition API operations to identify your guest.