Skip to content

Files

Latest commit

4c08350 · Apr 17, 2020

History

History
This branch is 194 commits behind serverless/examples:master.

aws-golang-s3-file-replicator

Serverless-golang AWS S3 object create event and replicator example

Serverless boilerplate code for golang with S3 object create event and replicator example

The example shows following steps:

  1. Detect object create event with input bucket
  2. Copy detected object and duplicate object to new bucket with assigned object name.
  3. [optional] you will able to append file extension or rename object name with assign object name.