podsync
podsync copied to clipboard
Native AWS support
It would be convenient to run Podsync from serverless infrastructure, so there is no need to maintain a separate instances. Support would be very straightforward - implement corresponding interfaces and update toml config to be able to select appropriate implementations.
- [ ] Support DynamoDB storage
- [x] Support S3 (https://github.com/mxpv/podsync/pull/317)
- [x] Crawler mode for updates (https://github.com/mxpv/podsync/issues/159)
- [ ] Support running from Labmda / API Gateway
- [ ] Configuration support
- [ ] Update CloudFormation template
@claude what's the best way to store configuration?
Claude encountered an error —— View job
Analyzing configuration storage options for serverless AWS deployment
Todo List
- [ ] Analyze current TOML configuration system
- [ ] Research AWS serverless configuration best practices
- [ ] Provide recommendations for different deployment scenarios
- [ ] Consider security and operational requirements