Trying to figure out the best way to set up a CI/CD pipeline to automatically build assets and export them to an S3 bucket.
Main thought right now is to use AWS Lambda that gets triggered on pushes to our main branch. The lambda would download latest linux Spine binary using our licensed link, clone repo with assets, run spine.sh against the assets, upload built files to S3 bucket.
Am curious when it comes to licensing if there is any issue with this approach? If there are issues, what is the recommended way for us to get an automated build pipeline?