Skip to main content

Amazon Web Services

Things to Consider with Lift-and-Shift Migrations in Cloud

This is the next installment in a series of blogs on the subject of cloud transformation. We decided to call out this specific cloud lift-and-shift migration strategy because of our clients’ experience with this strategy. Many of our clients have seen both negative and positive results from this strategy, however, all of them missed many […]

How to Host a Static Website on AWS’s Amazon S3

Nowadays mostly everyone probably knows what Amazon Web Services (AWS) is, right? AWS is a secure cloud services platform offering compute power, database storage, content delivery, and other platform services such as infrastructure as a service, platform as a service, and software as a service functionalities to help fulfill business needs. AWS itself provides a […]

Supplier Database - Oracle ERP

Potential Impacts Beyond Cloud Applications & Infrastructure

This is the next installment in a series of blogs on the subject of Cloud Transformation. When an organization transitions to cloud technology, it will often change the way that organization thinks about IT solutions. Cloud technology allows an organization to operate in more of an experimental/disposable way. This freedom allows an organization to “try […]

ChefConf 2019 – Are you ready for it?

ChefConf 2019 kicks off in Chef’s (and my) hometown of Seattle in less than two weeks on May 20th.  If you’re interested in going and haven’t already registered, check out more information here and use code Hugs4Chef19 for 10% off your registration. Things I hope to hear at ChefConf This year promises to be a […]

Kubernetes and AWS EKS Service: The Basics

What is Kubernetes? In simple words, it is an open source tool for managing high-scale containerized environments, deployments, auto scaling, etc. It was originally created by Google engineers to manage their billions of application containers and auto-deployment processes. After a while, it was given to the Cloud Native Computing Foundation (CNCF), part of the Linux […]

Populating a DynamoDB table based on a CSV file

We’ve previously detailed the steps necessary to build a holiday calendar  and looked at how we can easily upload all your holidays at once. However, so far we’ve only worked with JSON, which is an easy to understand format for Node.js, but not necessarily the most intuitive for a human reader. To avoid making mistakes […]

Maintaining your holiday calendar by bulk uploading data

We’ve looked before at the steps necessary to build a holiday calendar in DynamoDB. One of the advantages of keeping all your closure times tracked in a database is that you can easily update when the call center should be available, modify the closure reasons or add a new holiday with minimum effort and no […]

Data Lakes, Not Just For Analytics Anymore

Data Lakes have been around since the early part of this decade as most Fortune 500 companies have a Data Lake or are building a Data Lake. The drive to lake data has predominately been driven by analytical use cases where Data Scientists can wrangle and prepare data for their study or model building. However, […]

Dynamic Contact Flow configuration with Amazon Connect

What is a “dynamic” configuration? Amazon Connect contact flow editor allows you to configure IVR settings easily through a graphical interface. Dynamic configuration comes in handy for more complex use cases. That way, it’s possible to manage the setup through a central place, usually a database. A good example of that is international contact flows. […]

Invoking Lambda Functions with Amazon Connect

Amazon is continuing to release new features for Amazon Connect at a rapid clip. In this blog post I will take a deeper look at a new change to the contact flow configuration page that can make integrating with Lambda significantly easier. I will also detail some of the downsides you should be aware of […]

Using AWS to Host a Custom Agent Console part 2

In a previous blog post we looked at the steps necessary to set up a custom agent console. We walked through uploading a page to S3 and configuring a CloudFront distribution which can be whitelisted and then used with Amazon Connect. To keep things simple we didn’t dive into CloudFront settings, many of which can […]

Automated Calling with Amazon Connect Outbound Contact API

Amazon Connect provides basic outbound calling capabilities out-of-the-box. The Outbound Contact API is an extension of that functionality that allows for more flexibility with automating outbound calling. You can implement click-to-dial from the web, based on a voice notification, a scheduled payment reminder, a scheduled post-work survey, etc. For more information, please see the official […]

Load More