Page 33

AWS Weekly 2016-28

A quick summary of what happened in the AWS universe last week. Monday, July 11 Allocating costs: AWS Directory Service supporting tags. Developing serverless applications with Python: AWS has released a developer preview of chalice, the Python Serverl...

Read more

Serverless Big Data pipeline on AWS

Lambda is a powerful tool when integrating different services on AWS. During the last months, I’ve successfully used serverless architectures to build Big Data pipelines. And I’d like to share my learnings with you. The benefits of serverless pipeline a...

Read more

AWS Weekly 2016-27

A quick summary of what happened in the AWS universe last week. Monday, July 4 Selling software: AWS Marketplace supports ISV sellers based in the EU. Wednesday, July 6 Adding a manual approval to your deployment pipeline: AWS announced manual approva...

Read more

Serverless: Invalidating a DynamoDB Cache

A cache in front of DynamoDB is boosting performance and saving costs. Especially true for read-intensive and spiky workloads. Why? Please have a look at one of my recent articles: Performance boost and cost savings for DynamoDB. Caching itself is easy:...

Read more

AWS Weekly 2016-26

A quick summary of what happened in the AWS universe last week. Monday, June 27 AWS announced a new region: Asia Pacific (Mumbai). AWS Compute Blog explains how to Create and Deploy a Chat Bot to AWS Lambda in Five Minutes. Tuesday, June 28 AWS announ...

Read more

The Life of a Serverless Microservice on AWS

In this post, I will demonstrate how you can develop, test, deploy and operate a production-ready Serverless Microservice using the AWS ecosystem. The combination of AWS Lambda and Amazon API Gateway allows us to operate a REST endpoint without the need...

Read more

Setup Amazon EFS in 60 seconds

AWS announced Amazon EFS, a scalable network file system, at re:Invent 2014 almost two years ago. Finally, EFS is now generally available and production-ready in US East (N. Virginia), US West (Oregon), and EU (Ireland). Are you interested in giving EFS...

Read more

AWS Weekly 2016-25

A quick summary of what happened in the AWS universe last week. Monday, June 20 AWS announced EC2 is now supporting SQL Server 2016. AWS Blog published a guest post: Zynga Gets in the Game with Amazon Aurora. Software Engineering Daily is discussing Se...

Read more

Performance boost and cost savings for DynamoDB

DynamoDB is offering a managed, scalable and highly available database. Compared to SQL databases a big advantage of DynamoDB is the ability to scale the read and write throughput. This allows you to scale the database along with your application layer,...

Read more

AWS Weekly 2016-24

Quick summary of what happened in the AWS universe last week. Monday, June 13 Cloud Academy explained Everything You Ever Wanted to Know about Amazon Kinesis Firehose Tuesday, June 14 AWS SES Blog announced Amazon SES Now Supports Email Headers in No...

Read more