Skip to content

Sync Doppler to AWS Lambda

Actions
Easy way to sync Doppler to AWS Lambda
v0.1.3
Latest
Star (1)

Sync Doppler to AWS Lambda

Easy way to sync Doppler to AWS Lambda

Variables

  • *doppler_token: Doppler API token
  • *function_name: AWS Lambda function name
  • *aws_access_key_id: The AWS access key ID.
  • *aws_secret_access_key: The AWS secret access key.
  • aws_region: The AWS region. default: us-east-1
  • extra_secrets: Extra secrets to be added to the Lambda function. default: '{}'

Usage

- name: Deploy
  uses: Pubnic/[email protected]
  with:
    doppler_token: ${{ secrets.DOPPLER_TOKEN }}
    function_name: <function-name-production>
    aws_access_key_id: ${{ secrets.AWS_ACCESS_KEY_ID }}
    aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
    aws_region: ${{ secrets.AWS_DEFAULT_REGION }}
    extra_secrets: '{\"CUSTOM_SECRET\": \"secret\"}'

Doc

https://docs.doppler.com/docs/aws-lambda

Sync Doppler to AWS Lambda is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Easy way to sync Doppler to AWS Lambda
v0.1.3
Latest

Sync Doppler to AWS Lambda is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.