-
Notifications
You must be signed in to change notification settings - Fork 81
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededreleased
Description
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
horike37
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededreleased