With the latest Serverless Framework, it is possible to reuse the existing bucket.

Step-by-step guide

Add the steps involved:

  1. Add the existing: true as follows.

        events:
          - s3:
              bucket: ceres-vrt
              existing: true
              events:
                - s3:ObjectCreated:*
              rules:
                - suffix: .vrt
    
    


A complete example is available from src/vrt2geos in SDT repo.

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.

Related issues