Paul Underwood

Results 4 comments of Paul Underwood

@martyn-swift, Originally I had in mind an S3 trigger on the data-lake bucket that would trigger a lambda to insert records into Elasticsearch. However, the cheat code for this Quilt....

@martyn-swift, part of the beauty of the Glue is how Dynamic Frames abstracts away this kind of detail, UNLESS you really want to control it. `glueContext.write_dynamic_frame.from_options()` format and format options...

@martyn-swift, I'll also mention if you are trying to plug the Glue Job into an event-driven architecture, its probably not a good idea to rely on S3 triggers as the...

@martyn-swift, The SNS call would look like any other Boto3 call you might see in the [api basics examples](https://github.com/awsdocs/aws-doc-sdk-examples/blob/bd14a2360254ad3e70381af81da02803da12d374/python/example_code/sns/sns_basics.py#L192). You just need to make sure you glue jobs execution role...