buildit / icarus

Serverless project for monitoring various repositories and productivity tools
Apache License 2.0
4 stars 2 forks source link

Separate frontend and SLS deploy #62

Open nicusX opened 6 years ago

nicusX commented 6 years ago

The current S3 sync pluging deploys the frontend during the main sls deploy goal. It couples frontend and backend deployment. We cannot use the Finch plugin as it tampers the S3 bucket managed by CloudFormation.

A simple script using aws s3 sync would be probably enough as the s3-sync plugin doesn't much more than that