A more secure and reliable WEI api built on AWS.
Once you have the cli and sam installed, there is a few more step before deploying.
- You must setup a valid email in amazon SES. This is used to send emails to users for validation and password resets.
- Replace the value of
SESMailAddressArn
insamconfig.toml
by the ARN of the email you set in the first step. - Once done you can deploy the app using the following command:
sam deploy -t template.yaml
. You can use the--guided
option to be guided through the deployment process.
pip install -r requirements.txt -t python --platform manylinux2014_x86_64 --implementation cp --python-version 3.11 --only-binary=:all: --upgrade