Create Lambda using Container Image
DuploCloud provides the ability to configure Lambda using Container Images.
Create and Build your Lambda code using DockerFile. Refer to the AWS documentation for detailed instructions on how to build and test Container Images.
Navigate to DevOps > Storage > ECR Repository. Give Name of the 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
Navigate to DevOps > Serverless > Lambda
Select Package Type as Image.
Provide the Image URI

Lambda screen
Last modified 7mo ago