Project Dashboard
Once your project is deployed, the project dashboard is your central hub for managing and monitoring your application.
Overview
Summary of your project including costs, access URLs, and sources.
The Infrastructure Canvas is your main workspace for viewing and iterating on your cloud infrastructure. From here you can see all deployed resources, their connections, and make changes to your setup.
Deployments
Track deployment versions and changes to your project over time. Trigger new deployments to pull the latest code from your sources and rebuild.
Domains
Manage custom domains for your project. See which domains are connected and their DNS status.
Terraform
View the generated Terraform configuration that defines your infrastructure. This shows exactly what cloud resources Spawned has provisioned for your project.
Usage
Detailed breakdown of your cloud costs over time. See daily costs and identify which resources are contributing to your bill.
Logs
View live logs from your running application. Logs are streamed directly from your cloud provider and show output from all your deployed services.
Secrets
Manage encrypted environment variables for your project. Create secrets and connect them to specific resources. Values are stored in AWS SSM Parameter Store and injected at runtime.
Cron Jobs
Manage scheduled Lambda functions. Set schedules using rate or cron expressions, configure timeout, memory, and runtime settings, trigger functions manually, and view execution logs.
Workflows
View CI/CD pipeline history for your project. Track Terraform provisioning, GitHub deployments, and image builds with detailed logs for each stage.
Best Practices
Security audit checklist based on CIS AWS Foundations Benchmark. See which compliance checks your project meets, which are partial, and where improvements can be made.
Project Settings
Configure project-level settings like project name and environment variables.