![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
aws-serverless-api-cloudfront
Advanced tools
CloudFront distribution in front of your API Gateway
Automatically creates properly configured AWS CloudFront distribution that routes traffic to API Gateway as well as a Route53 A record to point to the distribution from a custom domain name.
Due to limitations of API Gateway Custom Domains, we realized that setting self-managed CloudFront distribution is much more powerful.
:zap: Pros
$ npm install --save-dev aws-serverless-api-cloudfront
# add in your serverless.yml
plugins:
- aws-serverless-api-cloudfront
custom:
apiCloudFront:
fullDomainName: api.my-custom-domain.com
certificate: (Determined from fullDomainName if not present) arn:aws:acm:us-east-1:000000000000:certificate/00000000-1111-2222-3333-444444444444
waf: 00000000-0000-0000-0000-000000000000
compress: true
logging:
bucket: my-bucket.s3.amazonaws.com
prefix: my-prefix
cookies: none
headers:
- x-api-key
querystring:
- page
- per_page
priceClass: PriceClass_100
cookies
can be all (default), none or a list that lists the cookies to whitelistcookies:
- FirstCookieName
- SecondCookieName
headers
can be all, none (default) or a list:headers: all
querystring
can be all (default), none or a list, in which case all querystring parameters are forwarded, but cache is based on the list:querystring: all
priceClass
can be PriceClass_All
(default), PriceClass_100
or PriceClass_200
:priceClass: PriceClass_100 is the default
FAQs
CloudFront distribution in front of your API Gateway
The npm package aws-serverless-api-cloudfront receives a total of 16 weekly downloads. As such, aws-serverless-api-cloudfront popularity was classified as not popular.
We found that aws-serverless-api-cloudfront demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.