- Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Labels
documentationThis is a problem with documentation.This is a problem with documentation.service-apiThis issue is due to a problem in a service API, not the SDK implementation.This issue is due to a problem in a service API, not the SDK implementation.
Description
when running:
aws lambda list-functions --master-region eu-west-1the console returns:
An error occurred (InvalidParameterValueException) when calling the ListFunctions operation: The combination MasterArn=eu-west-1 and FunctionVersion=NULL is not supported. Please see our documentation for valid combinations of ListFunctions options.
Also having to use --function-version is not mentioned in the documentation.
If I run the following:
aws lambda list-functions --master-region eu-west-1 --function-version ALLthe console returns an empty array:
{ "Functions": [] } Seems The only way to list the functions of another region is updating the aws configuration
Metadata
Metadata
Assignees
Labels
documentationThis is a problem with documentation.This is a problem with documentation.service-apiThis issue is due to a problem in a service API, not the SDK implementation.This issue is due to a problem in a service API, not the SDK implementation.