guides
guides copied to clipboard
Guides for building, debugging and deploying Swift Server applications
We should document a few platforms where to set up CI testing, travis is also popular and we might document it
=> choosing observability (logging, metrics, tracing) backendends and integrating them into the service => best practices for composition of dependencies (concurrency, observability and beyond) => concurrency considerations, avoiding context switches...
=> API design and evolution => semantic versioning and SwiftPM considerations => observability (pull in logging guide, metrics, tracing, etc) => cross platform
A guide how to set up github actions to test your projects. We could mention how to test using nightly / snapshots as well as stable versions. Some discussion about...
we now have a guide on how to build a docker image with the application, need a more detailed guide for deploying to k8 itself, maybe cross post / link...
perhaps cross post / link to the guides in https://github.com/swift-server/swift-aws-lambda-runtime/