Firstly, thank you for this wonderful repository! I'm learning so much about AWS and Elixir deployments from it!
I've fixed two bugs:
1) Typo referring to a call to stack_events, was originally typed stack-events
2) Updated the generate_secret function to filter out disallowed password characters based on seeing this error message during deployment.
The parameter MasterUserPassword is not a valid password. Only printable ASCII characters besides '/', '@', '"', ' ' may be used. (Service: AmazonRDS; Status Code: 400; Error Code: InvalidParameterValue; Request ID: ce4062f4-4f7e-43b9-bb73-ff3834eb9c07)
Firstly, thank you for this wonderful repository! I'm learning so much about AWS and Elixir deployments from it!
I've fixed two bugs: 1) Typo referring to a call to
stack_events
, was originally typedstack-events
2) Updated thegenerate_secret
function to filter out disallowed password characters based on seeing this error message during deployment.