Refactor static AWS functions
from a magic number in the code to a configurable list in configuration.yaml
This commit is contained in:
@ -48,6 +48,8 @@ aws:
|
||||
enabled: false
|
||||
# The enpoint 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.
|
||||
functions: "java11Exec go118Exec"
|
||||
|
||||
# Configuration of the logger
|
||||
logger:
|
||||
|
Reference in New Issue
Block a user