Wesley Cheek

Wesley Cheek @wesleycheek

Joined:
Mar 15, 2022

Wesley Cheek
articles - 14 total

Deploy a Cognito Secured WebSocket API with AWS CDK

API Gateway is great for knitting together serverless application, but have you ever wanted a little...

Learn More 1 0Mar 8 '24

Cheap & Easy AWS FTP Server with EC2 and S3

The github repository for this project is here!. Introduction Using AWS CDK we can...

Learn More 0 0Dec 20 '23

Python AWS CDK Pipelines with NodeJS Dependencies

AWS CDK Pipelines are a fantastic way to deploy your infrastructure using CI/CD practices. The...

Learn More 1 0Sep 27 '23

Lapce Typescript Support

I've been looking for a decent alternative to VS Code for a long time. I love VS Code but let's face...

Learn More 0 0Sep 21 '23

Python Script to Quickly Delete S3 Buckets

I got frustrated having to empty and delete S3 buckets using the AWS Console, so I created a Python...

Learn More 6 0Nov 15 '22

Storing your data in a Plotly Dash data dashboard

Plotly Dash is a great framework for developing interactive data dashboards using Python, R, and...

Learn More 15 1Sep 12 '22

Make VS Code Faster for Python Auto-Completion

I've always struggled with how slow Pylance IntelliSense becomes when a project gets large. It turns...

Learn More 11 0Jul 25 '22

Securely Use Secrets In Your AWS CDK Deployed Lambda Function

Have you ever needed secure access to things like login details in your Lambda functions? You might...

Learn More 12 0May 13 '22

Put a Tensorflow model into production with AWS Lambda, Docker, and AWS CDK

To allow us to deploy a Tensorflow model on Lambda, I will pull concepts together from my previous...

Learn More 12 2Apr 22 '22

Lambda function with persistent file store using AWS CDK and AWS EFS

Have you ever wanted Lambda functions to be able to save and load files locally without needing to...

Learn More 10 0Apr 21 '22

Deploy a Docker built Lambda function with AWS CDK

This project is a minimum working example of deploying an AWS Lambda function using Docker and AWS...

Learn More 34 3Apr 21 '22

AWS Lambda Function URLs with AWS CDK

NOTE Since I wrote this post, the CDK has released an API to do this, so it's no longer necessary to...

Learn More 11 0Apr 19 '22

Save/Load Tensorflow & sklearn pipelines from local and AWS S3 using Joblib

After a lot of struggle doing this, I finally found a simple way. IMPORTANT: I've...

Learn More 10 0Apr 19 '22

Deploy an API fronted Lambda function using AWS CDK

This project is a minimum working example of deploying a Lambda function accessible through an API...

Learn More 6 0Apr 19 '22