Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Functions

The core service functionality is encapsulated by Lambda functions that run on a schedule or in response to S3 events:

FunctionTriggerDescription
bucket-requestS3 eventCreates S3 buckets with prefab configuration from an uploaded text file
checksum-reportScheduledCompares checksum results across source and replication buckets to detect corruption
compute-checksumsScheduledTriggers S3 batch checksum jobs across all bucket pairs to verify data integrity
inventory-reportS3 eventProcesses S3 inventory data into a human-readable CSV manifest and generates storage stats
storage-reportScheduledGenerates an HTML storage usage report across all buckets in the stack
sync-usersS3 eventSyncs IAM users to SFTPGo so they can access their stack buckets over SFTP

All functions can also be run locally via the dcp CLI, which additionally provides commands for tasks not covered by Lambda. See CLI for details.