Workflow to Create AWS Lambda Function using S3 Zip File
The objective is to illustrate how to use the AWS Lambda create function using S3 zip file workflow in Digital.ai Release to create an AWS Lambda function using S3 zip file.
The existing workflows bundled with Release and the newly created workflows are available in the Workflow catalog page. To run your workflows, you must navigate to the Workflow catalog page. For more information, see Access Workflow Catalog.
Prerequisites
You must have a Release runner setup.
Workflow Steps
- In the AWS Server Connection screen, connect to the configured AWS server, and enter the AWS region.
- In the AWS Lambda Function Details screen, enter the details of the AWS Lambda function such as function name, role, runtime, and handler.
- In the S3 Bucket Details screen, enter the details of the S3 bucket such as bucket name and S3 object key.
- In the Create Lambda Function using S3 Zip screen, an automated task is run to create an AWS Lambda Function using S3 zip file.
For more information, see the AWS Container integration.