serverless-client-s3 icon indicating copy to clipboard operation
serverless-client-s3 copied to clipboard

A plugin to deploy front-end assets to S3 via the Serverless Framework

Results 38 serverless-client-s3 issues
Sort by recently updated
recently updated
newest added

I'm using both serverless-client-s3 and [angular-cli](https://github.com/angular/angular-cli). Unfortunately, both depend on a "dist" folder and each type has it's own specific use. To get around this, I forked your repository and...

After deployment, all the files are directly copied to bucket root and no folder structure made it. This breaks the index.html paths. Can we deploy the same folder structure directly...

When having multiple stages, and running: ``` bash sls client deploy ``` this error is thrown: ``` javascript bofur:customername_ncp_projectname username$ npm install serverless-client-s3 -save-dev bofur:customername_ncp_projectname username$ sls client deploy /Users/username/.node/lib/node_modules/serverless/node_modules/bluebird/js/release/async.js:61...

The `client deploy' command has started to go wrong. The error message attached below is now appearing. It had been working fine and there's nothing in the output between the...

The description says _"A Serverless plugin that deploys a web client for your Serverless project to an S3 bucket,"_ This phrasing makes it sounds like this plugin puts an HTTP...

Hello serverless-Team, after deploying to eu-central-1 using `sls client deploy` the following message appears: ``` Serverless: Deploying client to stage "dev" in region "eu-central-1"... Serverless: Finishing deployment... Serverless: Successfully deployed...

It would nice to be able to a single `serverless` command to deploy static content to S3, dynamic content to Lambda, and update an AWS API Gateway to route traffic...

Nice work on this project, guys! :thumbsup: My serverless front-end is a ReactJS ES6 Static S3 site. I've learned a number of things along the way that might be of...