Exception thrown by lambda_client.update_function_code when deploying a multi-architecture container #3256
-
Describe the bugSDK call: OR lambda_client.update_function_code(FunctionName=lambda_function_name, ImageUri=image_uri, Publish=True, Architectures=["x86_64"]) Exception thrown: Manifest: Images in repo: I have build the multi arch images and manifest following this blog post: Expected BehaviorI expect the SDK call to update the function code without throwing an exception. Current BehaviorException thrown: Reproduction StepsBuild multi arch container following these steps: Attempt to update an existing container lambda with the latest tag from the ECR. Possible SolutionNo response Additional Information/ContextNo response SDK version usedboto3 version 1.21.18 Environment details (OS name and version, etc.)Python version 3.9, CodeBuild Image: aws/codebuild/amazonlinux2-x86_64-standard:3.0 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @tim0git thanks for reaching out. There was also a question in re:Post here on the same topic. An AWS representative recently posted this comment there:
They also referenced a note here in the documentation:
I’m converting this issue to a discussion per our guidance process. Please let me know if you have any follow up questions. |
Beta Was this translation helpful? Give feedback.
Hi @tim0git thanks for reaching out. There was also a question in re:Post here on the same topic. An AWS representative recently posted this comment there:
They also referenced a note here in the documentation: