We are pleased to announce that Galvanized Media has brought two of their most popular websites onto our HeartyHosting platform. As of July 1st, both Eat This, Not That! and Best Life are now on Boyle Software’s powerful cloud-hosting service, optimized for the kind of high-traffic these media sites receive on a regular basis. We have been handling overall development of Galvanized’s WordPress sites for several months now, but we are really happy that they have selected HeartyHosting for this pair of flagship properties.
Category Archives: Cloud Computing
Serverless Static Websites with Cody
Using Amazon S3 is an awesome way to host static websites because it is cheap, serverless and does not require any ongoing maintenance. It can also be used as a source for an Amazon CloudFront distribution which immediately places your static website on a CDN. There is one problem though and that’s maintaining the website’s content.
Calling RESTful APIs from inline AWS Lambda functions
Sometimes we need to make calls to some RESTful APIs from an AWS Lamda function. Let’s say we use Node.js as our platform. On the surface, there are two ways to do it: Continue reading
Docker’s server-agnostic future
More productivity volume with AWS Amplify
Developing the typical user management use cases (user registration, confirmation, sign in , forgot password, reset password etc etc etc) in any application is often the bane of many a developers existence. Now, thanks to AWS Amplifiy this can quickly become a thing of the past. Continue reading
A big year for HeartyHosting
Building on an excellent 2016, Boyle Software’s cloud services platform HeartyHosting added a slew of terrific new features in 2017. As an AWS partner, we continued to grow our expertise and extend our usage of Amazon’s best-of-breed services, continuously innovating and bringing our clients new levels of efficiency and value. The list of HeartyHosting’s new capabilities, upgrades, and offerings for this past year is impressive:
Amazon SNS Introduces Message Filtering
Build AR, VR, and 3D apps with Amazon Sumerian
Today Amazon announced the launch of Amazon Sumerian – a tool that lets developers create virtual reality, augmented reality and 3D applications quickly and easily.
Even without any specialized expertise, users of the platform can put together highly immersive experiences and environments to be used for any number of ways including education, training, service, marketing – you name it! Continue reading
Simple AWS Lambda and API Gateway with Claudia.js
For any of you Node.js folks out there already using serverless frameworks like ‘The Serverless Framework‘ , you’ll definitely want to checkout the really cool Claudia.js framework…
Claudia makes it easy to deploy Node.js projects to AWS Lambda and API Gateway. It automates all the error-prone deployment and configuration tasks, and sets everything up the way JavaScript developers expect out of the box. Continue reading
Convenient Semaphore with DynamoDB
DynamoDB is a non-blocking asynchronous storage, and it is great. Mostly. However, sometimes you just need to ensure that only one instance of script accesses a certain share of information in your table. In my case it was operation or purgin+rebuilding records, which under race conditions would result in a massive data loss.
So, I decided to build a semaphore. Continue reading