I'm new to AWS and I'm trying to figure out how to change the package type for my project from "Zip" to "Image". I'm specifically looking to upload a Docker image via ECR. I thought I had attached a screenshot detailing my issue, but it seems that didn't go through. Any help would be appreciated!
1 Answer
Are you asking about a Lambda function? If so, you can upload your Docker image directly using ECR to handle that. It definitely simplifies the process! Check out the AWS docs for clear instructions—they explain how to create a project with a Docker image really well.

Yeah, definitely refer to the AWS documentation! It's super useful for getting the step-by-step on setting it all up.