Skip to content

Deploy success with weird console output #232

@seoker

Description

@seoker

Hi,
I tried to deploy with v0.9.0 and the result seems good except of below output:

=> Zip file(s) done uploading. Results follow:
{ FunctionName: 'xxxxx',
  FunctionArn: 'xxxx',
  Runtime: 'nodejs6.10',
  Role: 'xxxx',
  Handler: 'lambda.handler',
  CodeSize: 12987393,
  Description: '',
  Timeout: 259,
  MemorySize: 1024,
  LastModified: '2017-04-18T03:04:43.737+0000',
  CodeSha256: 'xxxxx',
  Version: '$LATEST',
  VpcConfig: { SubnetIds: [], SecurityGroupIds: [], VpcId: '' },
  Environment: { Variables: { LOG_ENABLED: 'true', NODE_ENV: 'default', LOG_LEVEL: 'info' } },
  KMSKeyArn: null }
=> All tasks done. Results follow:
[
 [
  [],
  []
 ]
]

It seems like it doesn't output the expected results in the last few lines.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions