AWS

DB Migration: 2 AWS Services ComparedDB Migration: 2 AWS Services Compared
|
October 26, 2022

DB Migration: 2 AWS Services Compared

An analysis of two approaches to partial database migration: Amazon Managed Workflows for Apache Airflow (MWAA) in combination with dblink; or AWS Database Migration Service (AWS DMS).

READ MORE
Lambda vs. Fargate: The Cost of Running 24/7Lambda vs. Fargate: The Cost of Running 24/7
|
April 27, 2022

Lambda vs. Fargate: The Cost of Running 24/7

A quick comparison of AWS Lambda and Fargate to see which option is the more affordable for running regularly occurring, long-running processes.

READ MORE
Connect GitHub Actions and AWS using OIDCConnect GitHub Actions and AWS using OIDC
|
March 30, 2022

Connect GitHub Actions and AWS using OIDC

With OpenID Connect (OIDC) Identity Provider for GitHub Actions, GitHub Actions simply and conveniently interacts with AWS. In this post, you’ll see an example Terraform configuration for setting up the authentication and an Actions workflow that uses it.

READ MORE
The Importance of Precise Error MessagesThe Importance of Precise Error Messages
|
December 15, 2021

The Importance of Precise Error Messages

Using the S3 Presigned URLs and Presigned Posts features almost had the Six Feet Up team stumped, but after some troubleshooting, uploads were a breeze.

READ MORE
Secrets of Building Python Container Images for AWS LambdaSecrets of Building Python Container Images for AWS Lambda
|
August 12, 2021

Secrets of Building Python Container Images for AWS Lambda

Today, developers can use container images for AWS Lambda code — a helpful way to run much more complex code in a familiar package. However, there are some non-obvious differences that can make building Python app images for AWS Lambda frustrating.

READ MORE
Improve and Automate Plone Caching with collective.cloudfrontImprove and Automate Plone Caching with collective.cloudfront
|
June 24, 2021

Improve and Automate Plone Caching with collective.cloudfront

collective.cloudfront is a Plone add-on designed to watch for Purge notifications from plone.app.caching and send the corresponding invalidation requests to an instance of Amazon’s CloudFront.

READ MORE
Serverless Django: Exploring the State of the Art on AWSServerless Django: Exploring the State of the Art on AWS
|
April 12, 2021

Serverless Django: Exploring the State of the Art on AWS

As deployment options for web apps have multiplied in the past few years, AWS Lambda continues to stand out as a powerful, simple way to run a web app with minimal maintenance and cost — if there is low traffic.

READ MORE
Dump Your Servers for AWS FargateDump Your Servers for AWS Fargate
|
February 5, 2020

Dump Your Servers for AWS Fargate

Containers are speeding up the deployment process, but are your physical servers holding you back? It's time to become truly serverless.

READ MORE
How to start with Machine LearningHow to start with Machine Learning
|
June 3, 2019

How to start with Machine Learning

Machine Learning initiatives can be powerful when you need to analyze large amounts of data, especially when it makes sense to analyze data points together to gain greater insights or find patterns...

READ MORE