Skip to content
#

serverless-framework

Here are 1,328 public repositories matching this topic...

MystK
MystK commented Sep 1, 2020

I thought this qualifies for a small and obvious bug, so I did not open an issue.

What is happening is when my file is empty, reducedValue is null and throws an error that the variable could not be found. See error below.

  TypeError: Cannot read property 'XXXXXXXXXXXXXXXXXXXXXXX' of null
      at C:\dev\XXXXX\node_modules\serverless\lib\classes\Variables.js:891:40
      at tryCat
serverless-next.js
michaelwindell26
michaelwindell26 commented Sep 15, 2020

Describe the bug
When running npx serverless --debug if the next build process fails with an error it is not displayed in the output and the deployment hangs forever.

To Reproduce
Steps to reproduce the behavior:

  1. Create a reproducible error in pages/index.js (in my case an import statement was incorrect)
  2. Run npx serverless --debug
  3. Output displays "appName Deplo
kvr2277
kvr2277 commented Aug 25, 2019

Is there anyway to specify log group name to be AppSync's api name instead of API ID. I see this code is used to fetch the loggroupname

LogGroupName: { 'Fn::Join': ['/', ['/aws/appsync/apis', { 'Fn::GetAtt': [logicalIdGraphQLApi, 'ApiId'] }]] },

is there a way to make this API name instead. In cloudwatch - pointing at correct appsync loggroup becomes little difficult as we have to know s

Improve this page

Add a description, image, and links to the serverless-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the serverless-framework topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.