jonelantha/Deploy Gatsby to AWS S3

Deploy a Gatsby Project to an AWS S3 bucket (optional Cloudfront support)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
public-source-pathPath to Gatsby /public directory./public/
dest-s3-bucketDestination S3 Bucketyes
dest-s3-pathDestination S3 Path
only-size-changedBoolean, sync only files where size has changed since last deploy (default: false)false
sync-deleteBoolean, delete files on S3 not present in build (default: true)true
browser-cache-durationBrowser cache duration (sec) for cache control headers31536000
cdn-cache-durationCDN cache duration (sec) for cache control headers (sec)31536000
cloudfront-id-to-invalidateCloudfront ID to invalidate
cloudfront-path-to-invalidateCloudfront Path to invalidate (optional, default: '/*')/*
debugBoolean, enable debug logging (default: false)false

no outputs