diff --git a/.ebextensions/postgres.config b/.ebextensions/postgres.config new file mode 100644 index 00000000..8ac1949a --- /dev/null +++ b/.ebextensions/postgres.config @@ -0,0 +1,3 @@ +commands: + 00_install_psql: + command: 'sudo amazon-linux-extras install -y postgresql13' \ No newline at end of file