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

can't make 2 events in same s3 bucket #1389

Closed
sshkim opened this issue Feb 12, 2018 · 1 comment
Closed

can't make 2 events in same s3 bucket #1389

sshkim opened this issue Feb 12, 2018 · 1 comment

Comments

@sshkim
Copy link

sshkim commented Feb 12, 2018

Expected Behavior

Created s3:ObjectCreated:* event schedule for {name}!

Actual Behavior

s3:ObjectCreated:* event schedule for {name} already exists - Nothing to do here.

Possible Fix

to make multiple event in s3

Your Environment

setting file is like below

{
"service1": {
"events": [
{
"function": "name",
"event_source": {
"arn": "arn:aws:s3:::bucket",
"key_filters": [
{
"type": "prefix",
"value": "service1/"
}
],
"events": [
"s3:ObjectCreated:"
]
}
}
]
},
"service2": {
"events": [
{
"function": "name",
"event_source": {
"arn": "arn:aws:s3:::bucket",
"key_filters": [
{
"type": "prefix",
"value": "service2/"
}
],
"events": [
"s3:ObjectCreated:
"
]
}
}
]
}
}

@sshkim sshkim changed the title to make 2 part events error can't make 2 events in same s3 bucket Feb 12, 2018
@efimerdlerkravitz
Copy link

It's a duplicate of #1319 , I think you can close this one

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

3 participants