Specify AWS Functions as list

to conform with the yaml standard of list definition.
This commit is contained in:
Maximilian Paß
2022-05-28 23:27:56 +02:00
committed by Sebastian Serth
parent d80761a973
commit 0f8a1fa25a
7 changed files with 21 additions and 10 deletions

View File

@ -48,8 +48,11 @@ aws:
enabled: false
# The endpoint of the WebSocket API
endpoint: wss://abcdef1234.execute-api.eu-central-1.amazonaws.com/production
# Currently, only static AWS environments are supported. You can list them here separated by spaces.
functions: "java11Exec go118Exec"
# Currently, only static AWS environments are supported.
# For setting this via environment variables you have to use a string separated by spaces, like: POSEIDON_AWS_FUNCTIONS="java11Exec go118Exec".
functions:
- java11Exec
- go118Exec
# Configuration of the logger
logger: