Page 31

Designing asynchronous event systems with AWS IoT and Serverless Application Model (SAM)

An event system receives and processes events by following rules that are defined inside the system. All processing happens asynchronously. When an event is sent to the system, it is processed at some point in time, but you will not get an immediate res...

Read more

AWS Advent has started: Deploy your AWS Infrastructure Continuously

AWS Advent is a yearly exploration of AWS in 24 parts contributed by volunteers from the AWS community. Follow @AWSAdvent and get inspired on a daily basis. I open this year’s AWS Advent with a post on Deploy your AWS Infrastructure Continuously Conti...

Read more

DynamoDB pitfall: limited throughout due to hot partitions

Is your application suffering from throttled or even rejected requests from DynamoDB? Even if you are not consuming all the provisioned read or write throughput of your table? You run into a common pitfall! Read on to learn how Hellen debugged and fixed...

Read more

A pattern for Continuously Deployed, Immutable and Stateful applications on AWS

If you are faced with the challenge of running a stateful application on AWS, you will recognize that many building blocks no longer work as before. Usually I preach my clients stateless systems. Stateless means that that state is managed by another sy...

Read more

My Opinion on Serverless

I attended Serverlessconf in London to speak with people involved in the Serverless world. Vendors, Framework maintainers, and users like myself. I reflected on the discussed topics and here it is: my opinion. Beta vs StableI can’t believe that busines...

Read more

WordPress on AWS: smooth and pain free

I’m not a fan of WordPress, as it is neither cloud-ready nor serverless. That’s why this blog runs on CloudFront and S3 and is built by Hexo. But 25% of all websites are proudly published with WordPress. You will learn about the easiest way to run WordP...

Read more

AWS CloudFormation Update Evaluation - YAML, Cross-Stack References, Simplified Substitution

In mid-September, AWS released a big update to CloudFormation. The update contained: YAML Support – You can now write your CloudFormation templates in YAML. Cross Stack References – You can now export values from one stack and use them in another. Simp...

Read more

New CloudFormation Template - Authentication Proxy using your GitHub Organization and YAML

We released one new CloudFormation template and updated all of our templates to make use of the new YAML format, cross-stack references, and simplified substitution. It was never easier to use our templates: cross-stack references are used to link depen...

Read more

Serverless Slack Bot Hero Award

marbot, our chatbot, won the Serverless Slack Bot Hero Award at the AWS Serverless Chatbot Competition! Andreas and I are proud and happy winners. Thanks to Amazon and Slack for organizing the hackathon. marbot forwards alerts from Amazon Web Services t...

Read more

Beyond the default: a Multi-VPC architecture

I created my first AWS account on December 23, 2012. The one thing that surprised me most was the possibility to define private networks with Virtual Private Cloud (VPC). As this allowed me creating isolated areas, a fundamental prerequisite for buildin...

Read more