Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

TypeError: Cannot read property 'Attributes' of undefined

Open
#129 4 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
aws, javascript, node.js

Research direction

Start by inspecting index.js at line 681 and tracing the callback flow through common.js lines 191-200, including the AWS SDK response. Reproduce the Lambda Redshift-loader failure if possible and identify which value is undefined; done means this invocation no longer throws the reported TypeError.

Written by the indexing model from the issue text.

Description

Still trying to get this to work. Now encountering a different error.

2017-06-30T12:23:27.574Z ea5111f1-5d8e-11e7-9c43-95f5ad025e3f TypeError: Cannot read property 'Attributes' of undefined
at /var/task/index.js:681:17
at /var/task/common.js:200:2
at /var/task/node_modules/async/dist/async.js:906:16
at next (/var/task/node_modules/async/dist/async.js:5175:18)
at Response. (/var/task/common.js:191:7)
at Request. (/var/runtime/node_modules/aws-sdk/lib/request.js:360:18)
at Request.callListeners (/var/runtime/node_modules/aws-sdk/lib/sequential_executor.js:105:20)
at Request.emit (/var/runtime/node_modules/aws-sdk/lib/sequential_executor.js:77:10)
at Request.emit (/var/runtime/node_modules/aws-sdk/lib/request.js:678:14)
at Request.transition (/var/runtime/node_modules/aws-sdk/lib/request.js:22:10)

Dominant language
JavaScript
Stars
595
Forks
161
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from awslabs/aws-lambda-redshift-loader

All issues in awslabs/aws-lambda-redshift-loader

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.