# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: MIT-0 Feature: Verify Lambda actions Scenario Outline: Check if the Lambda actions are allowed Given I invoke : When the region selected is Then the status should be Examples: | service | action | region | result | | lambda | ListFunctions | eu-west-2 | allowed | | lambda | DeleteLayerVersion | eu-west-2 | allowed | | lambda | GetFunctionConfiguration | eu-west-2 | allowed | | lambda | EnableReplication | eu-west-2 | allowed |