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 function
  • function_code: Inline function code
  • memory_mb: Memory allocation in MB (default: 128)
  • timeout_seconds: Function timeout in seconds (default: 30)