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

fix: listen for any object_created event on carpark bucket #219

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

olizilla
Copy link
Contributor

we COPY cars into carpark from pickup as we first put them to a staging bucket before validating them.

listening for only the object_created_put event means copy events do not trigger indexing.

License: MIT

we COPY cars into carpark from pickup as we first put them to a staging bucket before validating them.

listening for only the `object_created_put` event means copy events do not trigger indexing.

License: MIT
Signed-off-by: Oli Evans <oli@protocol.ai>
@seed-deploy seed-deploy bot temporarily deployed to pr219 August 18, 2023 15:13 Inactive
@seed-deploy
Copy link

seed-deploy bot commented Aug 18, 2023

View stack outputs

@vasco-santos
Copy link
Contributor

@olizilla can we merge + release?

@olizilla
Copy link
Contributor Author

I'm back on this tomorrow. This PR should be merged before anything is deployed to prod. If you have time to review and verify it, feel free to merge it today.

@olizilla
Copy link
Contributor Author

Verified. The PR build sets the S3 trigger to be any ObjectCreated event.

Bucket arn: arn:aws:s3:::carpark-pr219-0
Event types: s3:ObjectCreated:*

– https://us-east-2.console.aws.amazon.com/lambda/home?region=us-east-2#/functions/pr219-w3infra-CarparkStack-carparkconsumer3ABD16DB-OYVDJlALGx2t?tab=configure

@olizilla olizilla merged commit f9df569 into main Aug 30, 2023
1 check passed
@olizilla olizilla deleted the carpark-index-object-created branch August 30, 2023 08:22
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

Successfully merging this pull request may close these issues.

3 participants