This repository was archived by the owner on Jan 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
packages/serverless-component Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -172,13 +172,9 @@ class NextjsComponent extends Component {
172172
173173 if ( hasAPIPages ) {
174174 const apiEdgeLambdaInput = {
175- << < << << Updated upstream
176- description : `${inputs . description } ( API ) ` || "API Lambda@Edge for Next CloudFront distribution",
177- =======
178175 description :
179176 `${ inputs . description } (API)` ||
180177 "API Lambda@Edge for Next CloudFront distribution" ,
181- >>>>>>> Stashed changes
182178 handler : "index.handler" ,
183179 code : join ( nextConfigPath , API_LAMBDA_CODE_DIR ) ,
184180 role : {
@@ -220,13 +216,9 @@ class NextjsComponent extends Component {
220216 }
221217
222218 const defaultEdgeLambdaInput = {
223- <<<<<<< Updated upstream
224- description: inputs.description || "Default Lambda@Edge for Next CloudFront distribution",
225- =======
226219 description :
227220 inputs . description ||
228221 "Default Lambda@Edge for Next CloudFront distribution" ,
229- >>>>>>> Stashed changes
230222 handler : "index.handler" ,
231223 code : join ( nextConfigPath , DEFAULT_LAMBDA_CODE_DIR ) ,
232224 role : {
You can’t perform that action at this time.
0 commit comments