website icon indicating copy to clipboard operation
website copied to clipboard

:zap: Instantly deploy static website on serverless infrastructure with zero configuration using Serverless Components.

Results 52 website issues
Sort by recently updated
recently updated
newest added

My vue-starter project no longer gives public read access to the access bucket when it's deployed, I have to manually make everything in the bucket public after every deploy. Here...

I've tried to deploy website component using BitBucket Pipelines but I've gotten an error Here is my output with SLS_DEBUG=* flag Deploying... Creating or updating the meta IAM Role... Meta...

### Description This PR is a suggestion for allowing alternate cloudfront domain names on component deploy. Previously, manually set alternate domain names are wiped from the cloudfront distribution on deploy....

Hi there, first off thanks for making such an easy to use framework! I'm trying out this component for deploying a React SPA with S3 & CloudFront. However I'm noticing...

In case I'd like to add some custom headers like [`X-Frame-Options`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options) or [`Content-Security-Policy`](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy), it seems my only option is to add a CloudFront function or a Lambda@Edge function, as per...

I have multiple scripts in my `package.json`, such as: ````json "build-prod": "webpack --env stage='prod'", "build-staging": "webpack --env stage='staging'" ```` In `serverless.yml`, I can use variables such as `${stage}` for pretty...

Sorry if reporting a know bug. But this component isn't showing up in Serverless app list anymore and doesn't seem to play nice with 3.0. I got a lot of...

We facing issue while deploying in sandbox environment that has it's own sub domain certificate

Hi guys, I added an input to configure CloudFront compression. This should close the issues #61 and #71. Cheers Tim

I've tried to deploy a VueJS project but I'm facing this error ``` Deploying... HTTPError: Response code 403 (Forbidden) at EventEmitter. (/opt/nodejs/node_modules/@serverless/core/node_modules/got/index.js:482:24) at EventEmitter.emit (events.js:314:20) at EventEmitter.emit (domain.js:483:12) at getResponse...