sam local execution history - AWS Serverless Application Model

sam local execution history

Get execution history of a durable function execution.

Usage

$ sam local execution history EXECUTION_ID [OPTIONS]

Required Arguments

EXECUTION_ID

The unique identifier of the durable function execution to retrieve history for.

Options

--format [table|json]

Output format. Default: table

--region TEXT

Set the AWS Region of the service (for example, us-east-1).

--profile TEXT

Select a specific profile from your credential file to get AWS credentials.

--config-env TEXT

Environment name specifying default parameter values in the configuration file. Default: default

--config-file TEXT

Configuration file containing default parameter values. Default: samconfig.toml

--save-params

Save the parameters provided via the command line to the configuration file.

--beta-features / --no-beta-features

Enable/Disable beta features.

--debug

Turn on debug logging to print debug messages generated by AWS SAM CLI and display timestamps.

-h, --help

Shows this message and exits.

Examples

Get execution history in table format:

$ sam local execution history my-execution-id

Get execution history in JSON format:

$ sam local execution history my-execution-id --format json