About 613,000 results
Open links in new tab
  1. Code examples for Lambda using AWS SDKs

    While actions show you how to call individual service functions, you can see actions in context in their related scenarios. Scenarios are code examples that show you how to accomplish …

  2. Deep dive: 3 ways to invoke AWS Lambda Function

    Jan 2, 2020 · Here is a list of services that invoke Lambda functions asynchronously: Pool-Based invocation model allows us to integrate with AWS Stream and Queue based services. Lambda …

  3. AWS — Different Ways to Trigger AWS Lambda Functions

    Jul 2, 2023 · The following is a list of AWS services that invoke Lambda functions synchronously: For asynchronous invocation, Lambda queues the events for processing before passing it to …

  4. 10 Practical Examples of AWS Lambda - Simform

    Oct 19, 2020 · Explore AWS Lambda Examples: Real-time Data Processing | Text-to-Speech | Media Transform | Image Recognition | Personalized Content Delivery

  5. AWS Lambda Functions With AWS CLI - GeeksforGeeks

    Jan 4, 2025 · Invocation: Invoke Lambda functions with specific input data. Configuration: Set function-specific configuration options. Versioning and Aliases: Manage function versions and …

  6. Invoke Lambda Functions with AWS CLI - Complete Guide

    Feb 26, 2024 · To invoke a Lambda function synchronously, use the invoke command, passing it the function name, the payload and the output filename as parameters. If you're on Windows, …

  7. A Basic AWS Lambda Example With Java - Baeldung

    Jan 5, 2017 · In this tutorial, we’ll explore how to create a basic AWS Lambda function using Java. We’ll cover the necessary dependencies, different ways of creating our Lambda …

  8. Understanding the Different Ways to Invoke Lambda Functions

    Jul 2, 2019 · Many AWS services can emit events that trigger Lambda functions. Here is a list of services that invoke Lambda functions synchronously: Elastic Load Balancing (Application …

  9. Multiple Ways to Invoke AWS Lambda Functions - DZone

    Sep 16, 2021 · This article will walk you through AWS Lambda function and multiple ways to invoke it. Also, the services that can be included or integrated with AWS Lambda.

  10. Understanding Lambda function invocation methods - AWS Lambda

    Some services can invoke a Lambda function with each new event. This is called a trigger. For stream and queue-based services, Lambda invokes the function with batches of records. This …

  11. Some results have been removed