Codefresh Steps: Reusable Code for Common Operations
This page provides code you can use to perform common operations in the Codefresh CI/CD platform.
aws-parameter-store aws-parameter-store
Gathers parameters from AWS Parameter Store
arguments
GetParameters:
type: aws-parameter-store
arguments:
AWS_ACCESS_KEY_ID: '${{access_key}}'
AWS_DEFAULT_REGION: '${{region}}'
AWS_SECRET_ACCESS_KEY: '${{secret}}'
PARAMETERS: param1 param2
GetParameters:
type: aws-parameter-store
arguments:
AWS_CREDENTIALS: '${{my_credentials}}'
AWS_CONFIG: '{{my_config}}'
AWS_PROFILE: staging
PARAMETERS: param1 param2