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

Hi there, Back in the days of JAWS, there was an interesting plugin: https://github.com/boushley/awsm-cloudfront Basically, it would set up a Cloudfront distribution with two origins, one for static client code...

Added options for tagging and ability to define a custom bucket policy. We needed tagging automated because our DevOps team demanded it. We also needed to be able to configure...

hi, i m not clear what template i should use installing serverless and serverless-client-s3.. it would be great to have some simple tutorial on how to get from scratch to...

Hi serverless team, Is there a way to configure the serverless deployment to a different s3 bucket?

Dear serverless-team. S3 buckets policy setting is fixed in index.js. Therefore,we always change to s3 buckets policy at deploy time. We would like to setting to s3 buckets policy in...

enhancement

Every time i make a deploy i got the following error: Serverless: Deploying client to stage "dev" in region "us-east-1"... Serverless: Finishing deployment... Serverless: Successfully deployed client to: ******.s3-website-us-east-1.amazonaws.com /usr/local/lib/node_modules/serverless/node_modules/bluebird/js/release/async.js:61...

I have a (possibly weird) use case where I am using this plugin to put some static assets into a bucket but also have another event that'll put content in...

set charset in ContentType for resources with mime-types matching text, json or javascript

Computes a reasonable expires header for caching: 1 minute if there is no cache busting as part of the filename, 10 years if there is. Currently only supports cache busting...

Allows a user to customize the name for the error page served for their website. It still defaults to `error.html`.