Page 31

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

Introducing the real-time data store: Kinesis Streams

Kinesis is all about real-time data: Kinesis Streams are a temporary store for real-time data. Append new events or read all events in order. Kinesis Analytics helps you to analyze data in real-time. Kinesis Firehose ingests real-time data into data st...

Read more

marbot, our submission to the AWS Serverless Chatbot Competition

Three things Michael and I love to do most: prototyping innovative products, playing around with the latest technology and learning new things. That is why we decided to take part in the AWS Serverless Chatbot Competition. We’d like to introduce marbot,...

Read more

Connecting Kinesis Analytics with AWS IoT

In a previous post, Getting started with AWS IoT and Tessel, you learned how to send temperature data from your Tessel microcontroller to an AWS IoT topic. You also learned how to set up an alarm that fires whenever the temperature goes above a certain ...

Read more

New CloudFormation Templates - VPC bastion host, Jenkins, Security AWS Config

We released four new CloudFormation templates and updated the other templates to work together with the new SSH bastion host. Using our Infrastructure as Code templates will help you to bootstrap common setups on Amazon Web Services (AWS) within minutes...

Read more