aws-cloudfront icon indicating copy to clipboard operation
aws-cloudfront copied to clipboard

Deploy an AWS CloudFront distribution for the provided origins using Serverless Components

Results 20 aws-cloudfront issues
Sort by recently updated
recently updated
newest added

I'm using this component for hosting a CF distribution that includes Appsync as an `/graphql` origin. Adding this feature will help me not having to have the `x-api-key` on the...

Hello, I'm trying to incorporate Components into my project, however, there are a few issues. I cannot find any comprehensive documentation that could reflect aws cloudfront options to the serverless...

Currently if an origin domain contains `s3` in it anywhere then it assumes it's an s3 bucket and changes the url to `${bucketName}.s3.amazonaws.com` https://github.com/serverless-components/aws-cloudfront/blob/master/lib/getOriginConfig.js#L18 There should be a more in-depth...

Enabler for [serverless-next.js ticket](https://github.com/danielcondemarin/serverless-next.js/issues/209). Currently to maintain a single cloudfront distribution, the .serverless/Template..CloudFront.json file is needing to be committed to the repo. Ideally, the distribution id should be able to...

The [TrustedSigners](https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_TrustedSigners.html) cache behavior option allows for private content. PR #8 added more flexibility but didn't include the ability to set TrustedSigners.

It would be helpful to be able to define the [CustomErrorResponses](https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_CustomErrorResponses.html), modifying the default DistributionConfig.

Hi! How can I add WebACLId for CloudFront distribution with Serverless Components? I have a use case that requires IP address based white listing. Thank you very much!

Hello! I am using this component in combination with [@serverless/website](https://github.com/serverless-components/website). In particular, I want to use https for an S3 website bucket and Cloudfront seems the best option. My `serverless.yml`...

Hi, I can't found in documentation if [Aliases](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-aliases) settings is supported or not. Checking at the code seems hard-coded an [empty array](https://github.com/serverless-components/aws-cloudfront/blob/66733342398074d432a682c7a82a94f4535e9f36/lib/index.js#L27), is possible to parametrize it?

So today I ran into a problem where I'm deploying an Apollo Server for my GraphQL API and CloudFront is causing a few problems: 1) it is not forwarding several...