You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A [serverless](http://www.serverless.com) plugin that automatically creates an AWS CloudFront distribution that serves static web content from S3 and optionally routes API traffic
9
-
to API Gateway.
8
+
A [serverless](http://www.serverless.com) plugin that automatically creates an AWS CloudFront distribution that serves static web content from S3 and optionally routes API traffic to API Gateway.
10
9
11
10
Home page - https://www.madskills.io/fullstack-serverless/
12
11
@@ -17,9 +16,10 @@ Home page - https://www.madskills.io/fullstack-serverless/
17
16
- No CORS needed
18
17
- Enables CDN caching of resources - so you don't waste Lambda invocations or API Gateway traffic
19
18
for serving static files (just [set Cache-Control headers](https://serverless.com/framework/docs/providers/aws/events/apigateway/#custom-response-headers) in API responses)
20
-
-Much more CloudWatch statistics of API usage (like bandwidth metrics)
19
+
-More CloudWatch statistics of API usage (like bandwidth metrics)
21
20
- Real world [access log](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/AccessLogs.html) - out of the box, API Gateway currently does not provide any kind of real "apache-like" access logs for your invocations
22
21
-[Web Application Firewall](https://aws.amazon.com/waf/) support - enable AWS WAF to protect your API from security threats
22
+
- Can be used to manage S3 content and CloudFront without API Gateway by simply not defining any functions
23
23
24
24
## Before you begin
25
25
* Install the serverless framework
@@ -502,6 +502,21 @@ Use this parameter if you want to add additional origins to the CloudFormation r
0 commit comments