It's a valueable collection when using CloudFront, which includes rich set of featured Lambda@Edge, CloudFormation template for deployment of various scenarios and full monitoring solution. We tried to provide out-of-box experiences, such as install featured Lambda@Edge to enhance capability of CloudFornt, setup distribution through prepared CloudFormation templates, build up observability by leveraging monitoring solution.
Provision CloudFront+ with pre-configured deployment assets, click button to install Lambda@Edge from Serverless Application Repository.
Name | Description |
---|---|
CloudFront with Automated WAF | Prepared templates to quickly launch distribution and pre-configured rules, such as AWS managed common rules, whitelist, blacklist, HTTP flood role, SQL injection, XSS, Bad bot, etc. |
Catelog | Description |
---|---|
Authentication | Authenticating by Cognito or third-party native library, add security information into HTTP headers, etc. |
Validation | Validating specific parameters from HTTP request, such as check request token through MD5, etc. |
URL Rewrite | All functions are related to rewrite URL in various ways. |
URL Redirect | All functions are related to redirect URL in as many as possible way. |
Override Request | Access, modify and override HTTP request, or even change further behavior. |
Override Response | Generate, modify and override HTTP response for viewer request or origin request event. |
Origin Selection | Route to different origins based on information in the request, or even warm up from origin. |
Personalize Content | Personalize the content as per requirement, such as resize the pictures. |
Security | All functions are related secure perspective, such as anti-leeching, etc. |
Name | Description |
---|---|
End-to-end monitoring | Centralized logs management solution and built-in dashboards on top of ElasticSearch, collecting file & real-time logs from CloudFront and related services. |
See CONTRIBUTING for more information.
This project is licensed under the Apache-2.0 License.