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

Commit 99a1719

Browse files
author
P Coolen
committed
fix merge conflict
1 parent a69e76e commit 99a1719

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/serverless-component/serverless.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff 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: {

0 commit comments

Comments
 (0)