Specify AWS Functions as list
to conform with the yaml standard of list definition.
This commit is contained in:

committed by
Sebastian Serth

parent
d80761a973
commit
0f8a1fa25a
@ -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:
|
||||
|
Reference in New Issue
Block a user