How to Export a Model from Domino for Deployment in Amazon SageMaker

By Dustin Ward

Amazon Web Services FeedHow to Export a Model from Domino for Deployment in Amazon SageMaker By Igor Marchenko, Sr. Sales Engineer at Domino Data Lab Data science is driving significant value for many organizations, including fueling new revenue streams, improving longstanding processes, and optimizing customer experience. As organizations try to scale their data science capacity,…

Running bash commands in AWS CloudFormation templates

By Dustin Ward

Amazon Web Services FeedRunning bash commands in AWS CloudFormation templates Oftentimes we find customers who want to extend their AWS CloudFormation templates by running a few lines of code during template execution. For example, to call an external API. In these cases, customers were directed to use either custom resources, resource types, or macros to…

Archiving and replaying events with Amazon EventBridge

By Dustin Ward

Amazon Web Services FeedArchiving and replaying events with Amazon EventBridge Amazon EventBridge is a serverless event bus used to decouple event producers and consumers. Event producers publish events onto an event bus, which then uses rules to determine where to send those events. The rules determine the targets, and EventBridge routes the events accordingly. In…