• Pricing
© 2025 Serverless, Inc. All rights reserved.
Terms of ServicePrivacy Policy
Kai Hendry

TODO

by

This examples shows your how to create a backup of your DynamoDB table to S3.

  1. TODO

DynamoDB stream events to AWS S3

Which effectively creates a backup of your dynamoDB table assuming an event was caught for every record. Hint: Introduce a new field "backedup" to effectively trigger a backup.

NOTE: DynamoDB triggers need to be manually associated / setup with the lambda function.

  • https://ap-southeast-1.console.aws.amazon.com/dynamodb/home?region=ap-southeast-1#tables:selected=staging_EXAMPLE
  • https://ap-southeast-1.console.aws.amazon.com/dynamodb/home?region=ap-southeast-1#tables:selected=production_EXAMPLE

Upon deletion the image.json becomes an empty file.

Contents

  • DynamoDB stream events to AWS S3

Related

GuidesPluginsExamplesSlack CommunitySupport