gov2/lambda/README.md
Shows how to use the AWS SDK for Go V2 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 gov2 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.
Code examples that show you how to accomplish a specific task by calling multiple functions within the same service.
This example shows you how to get started using Lambda.
go run ./hello
All scenarios can be run with the cmd runner. To get a list of scenarios
and to get help for running a scenario, use the following command:
go run ./cmd -h
This example shows you how to do the following:
This example shows you how to automatically confirm known Amazon Cognito users with a Lambda function.
This example shows you how to automatically migrate known Amazon Cognito users with a Lambda function.
This example shows you how to write custom activity data with a Lambda function after Amazon Cognito user authentication.
⚠ Running tests might result in charges to your AWS account.
To find instructions for running these tests, see the README
in the gov2 folder.
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: Apache-2.0