A nested AWS SAM / Cloudformation stack of certain serverless microservices to provide the stemplayer with
- Audio conversion of Audio Files into HLS format
- Automatic generation of waveforms
- Mixing together of various stem audio files in order to create a high quality downloadable audio file.
You can either deploy from by checking out this repository and following the steps below; but absolutely the easiest way is to deploy it directly from the AWS Serverless Application Repository into your own AWS account.
- Make sure you have installed AWS SAM CLI
- Create a SAM deployment bucket
- Copy
cp .env.dist .env
and fill out the required variables
Run npm install
Or yarn install
Run make deploy
Run make test
To destroy the stack and remove all resources run make destroy
.
Make sure that the values for CORS_ALLOWED_ORIGINS
and ALLOWED_AUDIO_ORIGINS
(in .env) are set to non wildcard values
Copyright (C) 2019-2024 First Coders LTD
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.