lambdasync
Version:
Easy sync between local code and AWS lambda functions
22 lines (18 loc) • 646 B
Markdown
## {{operation}} for {{FunctionName}}
=====================================
Function info
=====================================
**Function Name**: `{{Description}}`
**Function ARN**: `{{FunctionArn}}`
**Runtime**: `{{Runtime}}`
**Role**: `{{Role}}`
**Handler**: `{{Handler}}`
**Code Size**: `{{CodeSize}}`
**Last Modified**: `{{LastModified}}`
Configurable by you
=====================================
**Description**: `{{Description}}`
**Timeout**: `{{Timeout}}`
**Memory (MB)**: `{{MemorySize}}`
You can edit `description`, `timeout` and `memory` by running the lambdasync config command with a key and value:
`lambdasync config timeout=10`