Aws Serverless Appsync Developing a chat app using AWS AppSync I recently created a chat app at work using AWS AppSync, and then decided to re-create it on my own time.
Dynamodb Database Debugging Aws Getting item count from DynamoDB query, with pagination At work I had another bug that ended up having to do with database pagination in DynamoDB.
Debugging Aws Serverless Debugging serverless: 'AWSLambdaFullAccess does not exist' I don’t write down the solutions to bugs often enough, so here is how I solved a serverless bug today.
Dynamodb Database Debugging Aws DynamoDB scans and pagination Today I was working on a task that involved archiving some old data in DynamoDB. I didn’t want to permanently delete my data, so I needed to retrieve the data, create a new
Aws Debugging Serverless Debugging serverless - Eventbridge rule already exists I recently came across a bug while deploying a serverless microservice using github actions. I may have seen this error before at some point, but I never wrote down the solution, so here
Aws Ec2 Linux Debugging How I lost, and regained, ssh access to my AWS EC2 This is a long story so I will leave out extra details to keep it (somewhat) brief.
Aws Serverless AWS Lambda AWS Lambda is huge for me at work. Our app architecture is primarily based on Lambda and the Serverless model.
Aws AWS SNS Here is what I am learning about AWS SNS (Simple Notification Service), using my Udemy course as a jumping off point.
Aws AWS SQS SQS is one of several AWS services that allows communication between your AWS resources. Today I am learning about it in my Udemy course. Here are some notes.
Aws AWS Cloudformation - intrinsic functions AWS Cloudformation is a really great AWS service for creating “infrastructure as code”.
React Aws Serverless Deploying simple React app with Serverless / AWS I am learning Serverless and AWS for work. Here is what I did to deploy a basic app with Serverless.