A company is building a serverless application that uses AWS Lambda.The application includes Lambda functions that are exposed by Amazon API Gateway.The functions will use several large third-party libraries, and the build artifacts will exceed 50 MB in size.
Which combination of steps should a developer take to prepare and perform the deployment?
(Choose two.)
Issue the aws lambda update-function-code CLI command with the –zip-file fileb://my-function.zip parameter.
Upload the build artifact to Amazon S3.
Issue the aws cloudformation package CLI command.
Issue the aws lambda update-function-code CLI command with the –s3-bucket and –s3-key parameters.
Issue the aws lambda update-function-code CLI command with a parameter that points to the source code in AWS CodeCommit.