![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.
awssum-amazon-cloudfront
Advanced tools
NOTE: AwsSum is now deprecated. Please use aws-sdk instead.
This is an AwsSum
plugin!
You'll need to add awssum-amazon-cloudfront to your package.json dependencies. Both awssum and awssum-amazon are pulled in as peer dependencies.
To list all your distributions:
var fmt = require('fmt');
var amazonCloudFront = require('awssum-amazon-cloudfront');
var cf = new amazonCloudFront.CloudFront({
'accessKeyId' : process.env.ACCESS_KEY_ID,
'secretAccessKey' : process.env.SECRET_ACCESS_KEY,
'region' : amazonS3.US_EAST_1
});
cf.ListDistributions(function(err, data) {
fmt.dump(err, 'err');
fmt.dump(data, 'data');
});
Written by Andrew Chilton - Blog - Twitter.
(Ends)
FAQs
AwsSum plugin for Amazon CloudFront.
The npm package awssum-amazon-cloudfront receives a total of 0 weekly downloads. As such, awssum-amazon-cloudfront popularity was classified as not popular.
We found that awssum-amazon-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.