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
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 thes3-sync
plugin doesn't much more than that