sam remote test-event delete
This page provides reference information for the AWS Serverless Application Model Command Line Interface (AWS SAM CLI) sam remote test-event delete subcommand.
-
For an introduction to the AWS SAM CLI, see What is the AWS SAM CLI?
-
For documentation on using the AWS SAM CLI
sam remote test-eventcommand, see Introduction to cloud testing with sam remote test-event.
The sam remote test-event delete subcommand deletes a shareable test event from the Amazon EventBridge schema registry.
Usage
$sam remote test-event delete<arguments> <options>
Arguments
- Resource ID
-
The ID of the AWS Lambda function associated with the shareable test event.
If you provide a logical ID, you must also provide a value for the AWS CloudFormation stack associated with the Lambda function using the
--stack-nameoption.Valid values: The resource's logical ID or resource ARN.
Options
--config-envTEXT-
The environment name specifying the default parameter values in the configuration file to use. The default value is "default". For more information about configuration files, see AWS SAM CLI configuration file.
--config-filePATH-
The path and file name of the configuration file containing default parameter values to use. The default value is "
samconfig.toml" in the root of the project directory. For more information about configuration files, see AWS SAM CLI configuration file. --help, -h-
Show the help message and exit.
--nameTEXT-
The name of the shareable test event to delete.
--stack-nameTEXT-
The name of the AWS CloudFormation stack associated with the Lambda function.
This option is required if you are providing the Lambda function logical ID as an argument.