We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bece5d7 commit ba18dcdCopy full SHA for ba18dcd
1 file changed
index.d.ts
@@ -4,6 +4,7 @@ import {
4
APIGatewayProxyEventV2,
5
Context,
6
} from 'aws-lambda';
7
+import { S3ClientConfig } from '@aws-sdk/client-s3';
8
9
export declare interface CookieOptions {
10
domain?: string;
@@ -132,6 +133,7 @@ export declare interface Options {
132
133
isBase64?: boolean;
134
compression?: boolean;
135
headers?: object;
136
+ s3Config?: S3ClientConfig;
137
}
138
139
export declare class Request {
0 commit comments