Skip to main content

47 posts tagged with "AWS"

View All Tags

Some Lambda boilerplate for consistency and speed.

Integrating Sentry into your AWS Lambda functions to track errors and crashes

How to use stage variables to point to different versions of your lambda functions

How to repair a Glue Table suffering from HIVE_PARTITION_SCHEMA_MISMATCH errors.

How to lower your AWS CloudTrail bill.

Notes and troubleshooting for AWS API Gateway Stages

Using a combination of S3 events, SQS and Glue SDK to make lightning fast automated Glue Data Catalog partition updates

Creating a CI/CD Pipeline for a dockerized React application that triggers from Github and pushes built files into S3 Bucket, using CodePipeline

How to programmatically delete all of the files within a folder in S3.

How to query segmented data in AWS Athena and more.

How to correctly pass errors from Lambda to API Gateway to prevent Status 200 responses on errors

Various Lambda examples to reference. Calling DynamoDB and other microservices.

Notes on AWS Glue tables, crawlers etc.

An introduction to AWS Step Functions which is a diagram based system to manage complex state based functions that tie in multiple AWS microservices.

Using AWS EventBridge to schedule automations, and the automations available to us.

Training and Testing XGBoost Algorithm using Sagemaker built in algorithm. Deploy and test model.

Merging Datasets and creating a machine learning model with XGBoost Algorithm

Train Artificial Neural Networks for Regression Tasks

Multiple Linear-Regression With SageMaker Algorithm

Multiple Linear-Regression