docs: add section on AWS deployment in the README

This commit is contained in:
James Murdza 2025-01-02 13:43:50 -08:00 committed by GitHub
parent 1d21d55437
commit f800008487
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -191,6 +191,10 @@ DOKKU_USERNAME=
DOKKU_KEY=
```
## Deploying to AWS
The backend server and deployments server can be deployed using AWS's EC2 service. See [our video guide](https://www.youtube.com/watch?v=WN8HQnimjmk) on how to do this.
## Creating Custom Templates
Anyone can contribute a custom template for integration in Sandbox. Since Sandbox is built on E2B, there is no limitation to what langauge or runtime a Sandbox can use.