Set
Update settings for an existing Lambda function
tapit set lambda name=function_name [description='desc'] [function_code=CODE] [memory_mb=128] [timeout_seconds=30]
Required
- name
Parameters
name: Name of the Lambda function to update (required)description: Description of the functionfunction_code: Inline function codememory_mb: Memory allocation in MB (default: 128)timeout_seconds: Function timeout in seconds (default: 30)