javav2/example_code/lambda/README.md
Shows how to use the AWS SDK for Java 2.x to work with AWS Lambda.
<!--custom.overview.start--> <!--custom.overview.end-->Lambda allows you to run code without provisioning or managing servers.
For prerequisites, see the README in the javav2 folder.
ListFunctions)Code examples that show you how to perform the essential operations within a service.
Code excerpts that show you how to call individual service functions.
<!--custom.examples.start--> <!--custom.examples.end-->This example shows you how to get started using Lambda.
This example shows you how to do the following:
⚠ Running tests might result in charges to your AWS account.
To find instructions for running these tests, see the README
in the javav2 folder.
$## Properties file Before running the AWS Lambda JUnit tests, you must define values in the config.properties file located in the resources folder. This file contains values that are required to run the JUnit tests. For example, you define an function name used for various tests. If you do not define all values, the JUnit tests fail.
Define the following values to successfully run the JUnit tests:
Note: The CreateFunction and LambdaScenario tests requires a .zip or .jar file that represents the code of the Lambda function. If you do not have a .zip or .jar file, please refer to the following document:
https://github.com/aws-doc-sdk-examples/tree/master/javav2/usecases/creating_workflows_stepfunctions
<!--custom.tests.end-->Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0