Skip to content

add support for S3 #9

@theburningmonk

Description

@theburningmonk

maybe something along the lines of

custom:
  apiGatewayServiceProxies:
    - s3:
        path: /
        method: post
        action: GetObject # maps to s3:GetObject action
        bucket: "hard-coded bucket name"
        key: "hard-coded object key"
        cors: true
    - s3:
        path: /{filename}
        method: post
        action: PutObject # maps to s3:PutObject action
        bucket: "hard-coded bucket name"
        # let caller specify the key via path parameter
        key.$: filename
        cors: true

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions