amazon-cloudfront-functions VS serverless-cache

Compare amazon-cloudfront-functions vs serverless-cache and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
amazon-cloudfront-functions serverless-cache
9 1
451 0
1.3% -
2.6 0.0
3 months ago about 2 years ago
JavaScript Rust
Apache License 2.0 -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

amazon-cloudfront-functions

Posts with mentions or reviews of amazon-cloudfront-functions. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-24.
  • Websites with AWS: Single Page Applications
    1 project | dev.to | 11 Sep 2023
    URL rewrite to append index.html to the URI for single page applications
  • Lamba@Edge best practices for dev setup?
    1 project | /r/aws | 4 Oct 2022
    I checked out this repo: https://github.com/aws-samples/amazon-cloudfront-functions but still had some questions for folks who are operating edge functions:
  • CloudFront with JWT authentication
    1 project | dev.to | 24 Aug 2022
    I referred to this AWS GitHub repository for JWT authentication source code. You can write the JWT authentication approach by yourself. It's up to you!
  • Deploy React SPA to CloudFront and S3
    1 project | dev.to | 6 Aug 2022
    Create a CloudFront function and use the below code. https://github.com/aws-samples/amazon-cloudfront-functions/blob/main/url-rewrite-single-page-apps/index.js
  • Serverless cache
    3 projects | dev.to | 24 Apr 2022
    Amazon CloudFront Functions
  • An Introduction To AWS CloudFront Functions
    1 project | dev.to | 30 Mar 2022
    To learn more about CloudFront Functions, refer to the CloudFront Developer Guide or FAQs. A GitHub repository is also available with several examples that you can use as a starting point for building functions.
  • Successfully made my first secure static site! (Even used new CloudFront functions to rewrite urls)
    1 project | /r/aws | 13 Oct 2021
    Then the last step was to use a Lambda@Edge function to rewrite the urls as is described in several walkthrough articles. However in the comments to this AWS compute blog describing the lambda@edge method, the author linked to the new, cheaper, faster cloudfront functions method here with the function already written here. Thanks again to everyone who helped, sympathised or encouraged me to go swimming in the docs.
  • Add Security Headers to your Serverless Static Site
    2 projects | dev.to | 7 Jul 2021
    Github: [https://github.com/ivlo11/serverless-patterns/tree/main/static-site-with-cloudfront-function] Documentation: [https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-functions.html] CloudFormation Documentation: [https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-function.html] CloudFront Function Sample Code: [https://github.com/aws-samples/amazon-cloudfront-functions]
  • AWS Cloud Front Functions
    1 project | dev.to | 6 May 2021
    Check out this link for a few useful code samples.

serverless-cache

Posts with mentions or reviews of serverless-cache. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-24.
  • Serverless cache
    3 projects | dev.to | 24 Apr 2022
    All the code of this PoC is available on my GitHub repository, where you can see the concepts and templates to deploy the infrastructure. Because it is a PoC, I took the liberty to omit something like:

What are some alternatives?

When comparing amazon-cloudfront-functions and serverless-cache you can also consider the following projects:

cloudfront-authorization-at-edge - Protect downloads of your content hosted on CloudFront with Cognito authentication using cookies and Lambda@Edge