This repo contains the application loader for seagull apps. Point it to an app directory and you will get an object with all features loaded from files, capable of serializing itself into a CloudFormation template for serverless deployment.
import { App } from '@seagull/application-loader'
const app = new App('path/to/app/folder')
Currently Work-in-Progress