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

Refactoring of SSM configuration #3

Merged
merged 2 commits into from
Aug 28, 2020
Merged

Refactoring of SSM configuration #3

merged 2 commits into from
Aug 28, 2020

Commits on Aug 28, 2020

  1. streamlined tests and variables

    - use objects in favour of maps to have a more precise API and documentation (those are interchangeable from a client perspective)
    - use lambda fixture in all tests
    - streamlined examples
    - added deprecation comments for ssm
    - use `kms_key_arn` (also) as described in https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_function#kms_key_arn
    moritzzimmer committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    e0eaa9e View commit details
    Browse the repository at this point in the history
  2. new configuration for ssm

    - custom object which can be enhanced for kms_key later
    - adapted documentation and added example
    - allow `ssm:GetParameter`
    
    for spring-media users, this fixes spring-media/terraform-aws-lambda#61 and spring-media/terraform-aws-lambda#59
    moritzzimmer committed Aug 28, 2020
    Configuration menu
    Copy the full SHA
    c7cc971 View commit details
    Browse the repository at this point in the history