clowdr-app / clowdr

Midspace (formerly Clowdr) is a completely open-source virtual conference platform. Host complex events with hundreds of authors and presenters. Midspace includes automated livestreams, video chat, text chat, randomised networking and much more.
https://www.midspace.app/
GNU Affero General Public License v3.0
59 stars 20 forks source link

Integrate serverless-image-handler into CDK stack #385

Closed rossng closed 2 years ago

rossng commented 3 years ago

What's [new / improved / fixed]

Details

Upgrading

Instructions for other developers on how to upgrade their environment after pulling this new code. Please tick (i.e. put an 'x' in) the boxes for the actions that are necessary.

Deployment

Instructions for how to deploy these changes to production. Please tick (i.e. put an 'x' in) the boxes for the actions that are necessary.

Any other steps necessary to re-deploy?

EdNutting commented 3 years ago

I feel like when I created the serverless image handler stack via the AWS "deploy template" UI, there was more to configure than the stack here shows/requires? Am I misremembering?

rossng commented 3 years ago

A lot of that configuration was static, so we can just pre-configure it in code. Some of it was stuff like the Secrets Manager secret, which we can now auto-provision for the user.

EdNutting commented 2 years ago

Should we get this merged into next?