IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
General configuration
editGeneral configuration
editThese parameters define the general configuration and behaviour for the forwarder.
-
ElasticServerlessForwarderS3ConfigFile
: Set this value to the location of yourconfig.yaml
in S3 URL format:s3://bucket-name/config-file-name
. This will populate theS3_CONFIG_FILE
environment variable for the forwarder. -
ElasticServerlessForwarderSSMSecrets
: Add a comma delimited list of AWS SSM Secrets ARNs used in theconfig.yml
(if any). -
ElasticServerlessForwarderKMSKeys
: Add a comma delimited list of AWS KMS Keys ARNs to be used for decrypting AWS SSM Secrets, Kinesis Data Streams, SQS queue, or S3 buckets (if any).
Make sure you include all the KMS keys used to encrypt the data. For example, S3 buckets are often encrypted, so the Lambda function needs access to that key to get the object.