An example of newsletter with Wing and AWS SES.
Change the file ./wing/config.json
.
cd wing
wing compile -t tf-aws main.w
Before you deploy the project, you need to manually create a new secret for your API key:
aws secretsmanager create-secret --name api-key --secret-string YOU-SECRET-KEY
Then:
cd wing/target/main.tfaws
terraform init
terraform apply