Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
swap aws to use proxy function
Browse files Browse the repository at this point in the history
  • Loading branch information
nahtnam committed Mar 5, 2020
1 parent f973d41 commit 869d016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/light/src/create-route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default (name: string, opts?: Options): any => {
if (isServerless) {
if (isNetlify || isAWS) {
handler = {
handler: AWSServerlessMicro(handler),
handler: AWSServerlessMicro(proxy),
};
}
if (isRunKit) {
Expand Down

0 comments on commit 869d016

Please sign in to comment.