An example of running a Miniflux RSS server on AWS with PostgreSQL and Pulumi.
☝️ Click that button and follow the instructions to set one up for yourself!
All you'll need is an AWS account and these two standard AWS environment variables (so pulumi
can deploy into AWS on your behalf):
export AWS_ACCESS_KEY_ID=[your-aws-key]
export AWS_SECRET_ACCESS_KEY=[your-aws-secret]
Have fun!