Marco Streng

Marco Streng @marcostreng

About: ❤️ coding and cooking

Location:
Bavaria, Germany
Joined:
Aug 5, 2019

Marco Streng
articles - 10 total

Handling a maintenance page with Amazon CloudFront, AWS WAF and CDK

Nobody really wants it, but sometimes you need it – even if it's just for a short period of time: A...

Learn More 1 0Mar 31

Dealing with CDK Custom Resources and failures

With the AwsCustomResource Constrcut CDK provides an easy way to execute AWS SDK calls during...

Learn More 2 0Feb 28

Simple ChatApp with AWS AppSync Events, CDK & React

A view days ago AWS released the L2 CDK construct for the new AppSync Events API. With this...

Learn More 3 0Feb 15

AWS AppSync Subscriptions with DynamoDB Streams, Lambda and Serverless

With AWS AppSync a GraphQL Subscription always has to be triggered by a GraphQL Mutation. But there a...

Learn More 14 1Jun 11 '21

Static site builds with GitHub Actions and GraphCMS

In this blog post I'd like to show you how to trigger a GitHub Actions Workflow from GraphCMS to depl...

Learn More 46 2Aug 5 '20

Introduction: styled-off-canvas

As a big fan of styled-components, I always had the need for an Off-Canvas or Burger-Menu in my proje...

Learn More 7 0May 28 '20

How to (really) remove eventListeners in React

Sometimes you need to track user interaction like e.g. scrolling or events like the change of the win...

Learn More 43 8Mar 27 '20

Handle 'componentWillReceiveProps' deprecation warning

As part of the implementation of async rendering in React, there are a few lifecycle methods which wi...

Learn More 9 3Mar 10 '20

Introduction: react-boilerplate

Why First of all: I'm a fan of create-react-app. It's a fantastic tool, especially if you...

Learn More 7 0Dec 1 '19

How to add data-* attributes to your component library and benefit from them in your E2E tests

Intro When building a component library, one of the most important things is a seamless an...

Learn More 10 0Sep 19 '19