Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix incorrect Lambda GovCloud regexes #16

Merged

Commits on Jun 13, 2017

  1. fix incorrect Lambda GovCloud regexes

    This updates two regexes that are used to validate and parse ARNs for
    aws_lambda_permission.  The ARNs were not accurate when using GovCloud
    Lambdas.  This resulted in failures during the read call after applying
    a resource.
    jeremy-asher committed Jun 13, 2017
    Configuration menu
    Copy the full SHA
    0467ca1 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2017

  1. update lambda tests for GovCloud

    This corrects the region of the existing Lambda GovCloud tests and adds
    one more GovCloud test for the aws_lambda_permission resource.
    jeremy-asher authored and radeksimko committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    e7e0c56 View commit details
    Browse the repository at this point in the history