Mark Tse

Mark Tse @neverendingqs

About: Software Developer.

Joined:
Jun 30, 2019

Mark Tse
articles - 14 total

Using dotenv with the Serverless Framework

An example of how to use dotenv with the Serverless Framework

Learn More 3 0Apr 27 '21

AWS Lambda: Always Allocate (At Least) 1024 MB

Why at least 1024 MB is (almost) always what you want.

Learn More 4 0Apr 16 '21

Major changes to serverless-dotenv-plugin

The Serverless Framework has a new variables engine starting inserverless@2.26.0. This is part of a l...

Learn More 0 0Mar 30 '21

Getting the Request ID of a Lambda Invocation when Using Promises With the AWS SDK

Every invocation of an AWS Lambda function is associated with a request ID. Searching the CloudWatch...

Learn More 6 0Aug 31 '20

Run arbitrary commands via a comment and commit the changes

DISCLAIMER: the Run terminal command GitHub Action allows for arbtrary code execution by any user all...

Learn More 7 0Aug 30 '20

GitHub Action for Updating All NPM Dependencies at Once

My Workflow I recently created a JavaScript GitHub Action that allows anyone to search Sta...

Learn More 14 0Aug 24 '20

Stack Overflow Search GitHub Action

My Workflow I created a new GitHub action that allows anyone to search on Stack Overflow v...

Learn More 9 3Aug 23 '20

Using GitHub Actions to Keep Another GitHub Action's Image Up-to-Date

My Workflow gh-action-node-update-deps is a GitHub action for keeping dependencies up-to-d...

Learn More 7 0Aug 16 '20

Using Proxy’s get() Trap for Easy Defaults and Even method_missing!

Proxy’shandler.get() trap is very powerful. Here are some examples of what it can do. Count...

Learn More 5 0Jul 23 '19

Waste GUIDs Even Faster with Waste Some GUIDs!

What can be better than being able to indulge in your deepest and most base desir...

Learn More 7 1Jul 9 '19

API Gateway WebSocket APIs with the Serverless Framework

A walkthrough of a simple WebSocket application.

Learn More 18 0Jul 1 '19

Express.js on Netlify

How to host an Express.js app on Netlify using Netlify Functions.

Learn More 6 0Jul 1 '19

S3 Bucket Policy - NotPrincipal and Lambda Functions

Using NotPrincipal in S3 bucket policies with assumed roles.

Learn More 8 0Jul 1 '19

Ensure All Nock Interceptors Are Used

A case for cleaning up Nock interceptors.

Learn More 7 0Jul 1 '19