File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
packages/event-handler/src Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,6 @@ export const webResponseToProxyResult = async (
111
111
} else {
112
112
// For text content, use text()
113
113
body = await response . text ( ) ;
114
- isBase64Encoded = false ;
115
114
}
116
115
117
116
const result : APIGatewayProxyResult = {
Original file line number Diff line number Diff line change @@ -3,11 +3,7 @@ import type {
3
3
JSONObject ,
4
4
} from '@aws-lambda-powertools/commons/types' ;
5
5
import type { APIGatewayProxyEvent , Context } from 'aws-lambda' ;
6
- import type {
7
- COMPRESSION_ENCODING_TYPES ,
8
- HttpErrorCodes ,
9
- HttpVerbs ,
10
- } from '../rest/constants.js' ;
6
+ import type { HttpErrorCodes , HttpVerbs } from '../rest/constants.js' ;
11
7
import type { Route } from '../rest/Route.js' ;
12
8
import type { Router } from '../rest/Router.js' ;
13
9
import type { ResolveOptions } from './common.js' ;
You can’t perform that action at this time.
0 commit comments