How Do I Switch My AWS Package Type from Zip to Image?

0
14
Asked By CuriousPanda23 On

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

Answered By TechWizard88 On

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.

HelpfulSquirrel9 -

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

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.