Automate Amazon ES synonym file updates

By Dustin Ward

AWS FeedAutomate Amazon ES synonym file updates Search engines provide the means to retrieve relevant content from a collection of content. However, this can be challenging if certain exact words aren’t entered. You need to find the right item from a catalog of products, or the correct provider from a list of service providers, for…

Translating content dynamically by using Amazon S3 Object Lambda

By Dustin Ward

AWS FeedTranslating content dynamically by using Amazon S3 Object Lambda This post is written by Sandeep Mohanty, Senior Solutions Architect. The recent launch of Amazon S3 Object Lambda creates many possibilities to transform data in S3 buckets dynamically. S3 Object Lambda can be used with other AWS serverless services to transform content stored in S3…

Developing microservices using container image support for AWS Lambda and AWS CDK

By Dustin Ward

AWS FeedDeveloping microservices using container image support for AWS Lambda and AWS CDK AWS Cloud Development Kit (AWS CDK) is an open source software development framework used to define cloud application resources using familiar programming languages. AWS CDK can build container images locally, deploying them to Amazon Elastic Container Registry (Amazon ECR), and configure them…