Skip to content

feature: add update_configuration method to Lambda helper#5591

Open
goel-akas wants to merge 1 commit intoaws:masterfrom
goel-akas:feature/3445-lambda-update-configuration
Open

feature: add update_configuration method to Lambda helper#5591
goel-akas wants to merge 1 commit intoaws:masterfrom
goel-akas:feature/3445-lambda-update-configuration

Conversation

@goel-akas
Copy link
Contributor

Issue #, if available: #3445

Description of changes:
Add Lambda.update_configuration() to support updating function configuration (timeout, memory, runtime, handler, role, vpc, env, layers) via update_function_configuration boto3 API. Includes retry logic for ResourceConflictException consistent with existing update().

Also fixes typo in update(): 'funtion:' -> 'function:' in ARN parsing.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Add Lambda.update_configuration() to support updating function
configuration (timeout, memory, runtime, handler, role, vpc, env,
layers) via update_function_configuration boto3 API. Includes retry
logic for ResourceConflictException consistent with existing update().

Also fixes typo in update(): 'funtion:' -> 'function:' in ARN parsing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant