Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Commit a4ff4e1

Browse files
committed
updated Backend
1 parent bd5af0a commit a4ff4e1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

backend/serverless.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ functions:
134134
- httpApi:
135135
path: /getuserinfo
136136
method: get
137+
authorizer: cognitoAuthorizer
137138

138139
plugins:
139140
- serverless-esbuild
@@ -153,7 +154,7 @@ custom:
153154
format: 'cjs'
154155
prune:
155156
automatic: true
156-
number: 3
157+
number: 2
157158

158159
package:
159160
individually: true

0 commit comments

Comments
 (0)