class Aws::Lambda::Client
def update_function_code(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
update_function_code(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/UpdateFunctionCode - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Example: Example: To update a Lambda function's code -
Returns:
-
(Types::FunctionConfiguration)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:source_kms_key_arn
(String
) -- -
:architectures
(Array
) -- -
:revision_id
(String
) -- -
:dry_run
(Boolean
) -- -
:publish
(Boolean
) -- -
:image_uri
(String
) -- -
:s3_object_version
(String
) -- -
:s3_key
(String
) -- -
:s3_bucket
(String
) -- -
:zip_file
(String, StringIO, File
) -- -
:function_name
(required, String
) --
def update_function_code(params = {}, options = {}) req = build_request(:update_function_code, params) req.send_request(options) end