Topic 1 Question 467
2 つ選択A developer compiles an AWS Lambda function and packages the result as a .zip file. The developer uses the Functions page on the Lambda console to attempt to upload the local packaged .zip file. When pushing the package ta Lambda, the console returns the following error:
Which solutions can the developer use to publish the code?
Upload the package to Amazon 3. Use the Functions page on the Lambda console to upload the package from the S3 location.
Create an AWS Support ticket to increase the maximum package size.
Use the update-function-code AWS CLI command. Pass the --publish parameter.
Repackage the Lambda function as a Docker container image. Upload the image to Amazon Elastic Container Registry (Amazon ECR). Create a new Lambda function by using the Lambda console. Reference the image that is deployed to Amazon ECR.
Sign the .zip file digitally. Create a new Lambda function by using the Lambda console. Update the configuration of the new Lambda function to include the Amazon Resource Name (ARN) of the code signing configuration.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: AD
A: Sube el .zip a un bucket de S3 y luego usa la consola de Lambda para cargarlo desde allí, evitando el límite directo. D: Empaqueta la función como imagen de contenedor, súbela a ECR y crea la función referenciando esa imagen, lo cual permite manejar paquetes más grandes.
👍 1italiancloud20252025/02/17
シャッフルモード