There are more AWS SDK examples available in the AWS Doc SDK Examples
Scenarios for Lambda using AWS SDKs
The following code examples show you how to implement common scenarios in Lambda with AWS SDKs. These scenarios show you how to accomplish specific tasks by calling multiple functions within Lambda or combined with other AWS services. Each scenario includes a link to the complete source code, where you can find instructions on how to set up and run the code.
Scenarios target an intermediate level of experience to help you understand service actions in context.
Examples
- Automatically confirm known users with a Lambda function
- Automatically migrate known users with a Lambda function
- Create a REST API to track COVID-19 data
- Create a lending library REST API
- Create a messenger application
- Create a serverless application to manage photos
- Create a websocket chat application
- Create an application to analyze customer feedback
- Invoke a Lambda function from a browser
- Transform data with S3 Object Lambda
- Use API Gateway to invoke a Lambda function
- Use Step Functions to invoke Lambda functions
- Use scheduled events to invoke a Lambda function
- Write custom activity data with a Lambda function after Amazon Cognito user authentication