Skip to content

A GitHub Action to sync Doppler secrets with AWS Lambda, ensuring secure and seamless updates to your serverless applications.

License

Notifications You must be signed in to change notification settings

Pubnic/sync-doppler-aws-lambda-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A GitHub Action to sync Doppler secrets with AWS Lambda, ensuring secure and seamless updates to your serverless applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published