Wojciech Matuszewski

Wojciech Matuszewski @wojciechmatuszewski

About: Doing stuff with JavaScript / Golang. Probably coding / working or at the gym.

Joined:
May 3, 2019

Wojciech Matuszewski
articles - 39 total

Automatic AWS CloudFormation rollbacks upon a test failure in your CI pipelines

Integrating the application tests with AWS CloudFormation deployment lifecycle brings huge confidence gains. Let us explore how to achieve that setup.

Learn More 8 0Nov 10 '22

AWS CDK and Amazon DynamoDB global tables

The "regular" way of creating global tables causes toil. What we can do about it?

Learn More 20 0Sep 2 '22

Strategies to test AWS AppSync VTL templates

How to test AWS VTL templates – four testing techniques.

Learn More 35 3Aug 6 '22

Two ways to directly integrate AWS Lambda function with Amazon API Gateway

One could integrate API Gateway and AWS Lambda using the _proxy_ or _non-proxy_ integration. When to use which?

Learn More 16 0Jul 17 '22

Better error messages for non-existing API resources with Amazon API Gateway

The default behavior is confusing. Learn how to change it.

Learn More 8 2Jun 26 '22

Amazon EventBridge archive and ordered replay of events

Amazon EventBridge archive replay does not preserve the order of events. What can we do about it?

Learn More 23 2Jun 11 '22

Processing large payloads with Amazon API Gateway asynchronously

The Amazon API Gateway payload size limit is 10MB. How could you process bigger payloads? – via asynchronous workflows. This article will show you how.

Learn More 31 1Apr 27 '22

Synchronous AWS Lambda & Amazon API Gateway limits and what to do about them

Combining these two services is very popular in the AWS serverless world, yet some of the service limits might feel off-putting. What can we do about them?

Learn More 18 5Apr 10 '22

Minimal AWS SSO setup for personal AWS development

Say goodbye to long-lived credentials and embrace the AWS SSO service!

Learn More 174 9Mar 17 '22

Curious case of AWS mapping template built-in variables

One surprising behavior of AWS mapping template built-in variables.

Learn More 15 0Mar 7 '22

Saving on AWS Lambda Amazon CloudWatch Logs costs

Amazon CloudWatch Logs costs can get out of hand quickly. Here is the remedy.

Learn More 105 5Feb 21 '22

Testing AWS Step Functions flows

Various techniques for testing AWS Step Functions flows.

Learn More 67 0Feb 14 '22

DynamoDB showdown: vanilla API vs PartiQL

What are the differences between the "vanilla" API and PartiQL

Learn More 43 2Feb 6 '22

Amazon SQS to AWS Lambda error handling

How to gracefully process Amazon SQS messages using AWS Lambda.

Learn More 32 0Jan 27 '22

Enforcing compliance with AWS CDK Aspects

Using AWS CDK Aspects for profit.

Learn More 29 1Jan 24 '22

Amazon DynamoDB single-table design with AWS Step Functions

Let us explore the world of Lambda-less Amazon DynamoDB single-table design.

Learn More 13 0Jan 13 '22

Lambda-less outbound HTTP requests on AWS serverless

Making outbound HTTP requests can be tricky. Let us leverage AWS services to do that hard work.

Learn More 30 2Jan 1 '22

Prevent costly Amazon DynamoDB operations in AWS Amplify CLI projects

On how to not shoot yourself in the foot while using AWS Amplify CLI

Learn More 26 1Dec 12 '21

Deploying AWS CDK apps using short-lived credentials and Github Actions

Stop using IAM users for deploying AWS applications.

Learn More 40 5Dec 4 '21

Amazon S3 to AWS StepFunctions pattern

Examples of integrating Amazon S3 and AWS StepFunctions.

Learn More 52 8Nov 21 '21

Getting the most of AWS Lambda free compute - wrapper scripts

How one might abuse AWS Lambda wrapper scripts for cost savings.

Learn More 22 1Nov 14 '21

API Gateway REST API: Step Functions direct integration – AWS CDK guide

Harness the power of AWS Step Functions and AWS Amazon Gateway to build robust APIs.

Learn More 30 0Nov 6 '21

Amazon CloudWatch Logs Insights Query Snippets as Code

How to predefine Amazon CloudWatch Logs Insights queries in your architecture pipeline.

Learn More 34 3Oct 25 '21

Serverless WebSockets on AWS

With AWS, developers have multiple choices on how to implement real-time communication. Let us go through some of the options.

Learn More 122 0Oct 17 '21

The Unsung Hero of Serverless apps - Event Source Mapping

What is the Event Source Mapping, and what it has to do with the Circuit Breaker pattern.

Learn More 7 0Sep 5 '21

Creating resilient API synthetic canary tests using CloudWatch Synthetics

Learn how to deploy and write resilient API synthetic canary tests using CloudWatch Synthetics.

Learn More 7 3Aug 22 '21

Mocking API endpoints with Amazon API Gateway Mock Integration

API Gateway integrates with many services, let's get to know the Mock Integration.

Learn More 15 0Aug 8 '21

Understanding the Lambda Logs API

Learn about what _AWS Lambda Logs API_ is and what is the use case for it.

Learn More 1 0Jul 21 '21

Extending various TypeScript type declarations

How to extend various TypeScript type declarations - a field guide.

Learn More 38 1Jun 26 '21

Understanding the AWS Lambda Runtime API

What is and how the AWS Lambda Runtime works.

Learn More 28 0Jun 19 '21