Skip to content

Releases: iambumblehead/s3-invalidate-cloudfront-id

v2.0.0 invalidate multiple cloudfront ids

Choose a tag to compare

@iambumblehead iambumblehead released this 05 Jan 20:28
468a5d0
S3_INVALIDATE_CLOUDFRONT_IDS=E29BKF76GZ5,E39BVU8UU34

v1.1.0 support scripted usage of this packge

Choose a tag to compare

@iambumblehead iambumblehead released this 04 Jan 21:55
1b316e3

v1.1.0 support scripted usage of this package, eg,

import invalidateCloudfrontId from 's3-invalidate-cloudfront-id';

const awsRes = await invaludateCloudfrontId({
  S3_INVALIDATE_CLOUDFRONT_REGION: '<region>',
  S3_INVALIDATE_CLOUDFRONT_ACCESS_KEY_ID: '<bucketid>',
  S3_INVALIDATE_CLOUDFRONT_SECRET_ACCESS_KEY: '<bucketsecret>',
  S3_INVALIDATE_CLOUDFRONT_ID: '<cloudfrontid>'
});

v1.0.1 add README badges

Choose a tag to compare

@iambumblehead iambumblehead released this 18 Dec 03:00
033796a

v1.0.1 add README badges

first stable release, smaller size

Choose a tag to compare

@iambumblehead iambumblehead released this 18 Dec 02:24

first stable release, smaller size

first release

Choose a tag to compare

@iambumblehead iambumblehead released this 17 Dec 23:53

first release