Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNS Event Notification Not Passing bucket name in example #32

Open
abbasghulam opened this issue Oct 24, 2020 · 0 comments
Open

SNS Event Notification Not Passing bucket name in example #32

abbasghulam opened this issue Oct 24, 2020 · 0 comments

Comments

@abbasghulam
Copy link

I'm using the example function for resizing and used SNS topic event notification as I already have another function.

I'm facing this issue

{
"errorType": "TypeError",
"errorMessage": "Cannot read property 'bucket' of undefined",
"stack": [
"TypeError: Cannot read property 'bucket' of undefined",
" at Runtime.exports.handler (/var/task/index.js:13:32)",
" at Runtime.handleOnce (/var/runtime/Runtime.js:66:25)"
]
}

SNS is not passing the bucket name with the object.
Any help on this, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant