Overview
Search…
⌃K
Links

Create Lambda using Container Image

DuploCloud provides the ability to configure Lambda using Container Images.

Step 1: Build Container Image

Create and Build your Lambda code using DockerFile. Refer to the AWS documentation for detailed instructions on how to build and test Container Images.

Step 2: Create ECR Repository

Navigate to DevOps > Storage > ECR Repository. Give Name of the Repository

Step 3: Upload Container Images to ECR Repository

As a first step, login to ECR. You would need to tag the built Images and push the Images to the ECR Repository created at Step2.
Refer to the AWS Documentation on detail steps for uploading Container Images

Step 4: Configure Lambda with Container Images

Navigate to DevOps > Serverless > Lambda Select Package Type as Image.
Provide the Image URI
Lambda screen