Skip to content

Unable to access multiple regions while running an inspec test on Lambda funtion #956

Description

@prasuprasobh

How to test the resources deployed in multiple regions

Default region is eu-central-1 and resource test failing on us-east-1

control "LambdaEdgeFunction" do
impact 1.0
title "Ensure AWS Lambda Edgefuntion has the correct properties."
for lambda in aws_lambda
describe aws_lambda(lambda) do
it { should exist }
end
end
end

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions