AWS


Deploy Docker Containers In AWS Lambda In 5 Easy Steps

Lambda can now run your containers as a function with base runtimes provided by AWS or even with custom runtimes. With time, containerized apps became a hit and now the problem was how to deploy…

ServerlessCloud ComputingProgramming

How to install and configure AWS Toolkit for VS Code to Work with Serverless Applications

A step-by-step guide to installing and configuring AWS Toolkit for VS Code to work with serverless applications.

AwsAws samVs code

AWS EC2 Terraform Module Utilizing the aws_ami Data Source

Building a Terraform module that builds a bare-bones EC2 application server, qualifies for the AWS free-tier, and auto-assigns the ID of a registered AMI.

AwsTerraformCloud computing

AWS Site-to-Site VPN with NAT

AWSDevOpsCloud Computing

What is Lambda Throttling and How to Fix it?

AWSLambdaThrottling

How to Mock AWS S3 in a Jest (Unit) Test

AwsJestTesting

Building and Publishing a Docker Image to Amazon ECR using Bitbucket Pipelines

How to build a container and push it to a container registry, all from within Bitbucket Pipelines.

AwsDockerDevops

Connect to a Private Instance Using a Bastion Host Within a Custom VPC

AWSVPCBastion Host

JSON Logs with CloudWatch Logs Insights

Excel at using CloudWatch Logs Insights by sending in structured JSON logs.

CloudwatchLogsInsights

Localstack Resource Creation on Initialization

This tutorial explains how to create the resources on the Localstack initialization.

AWSLocalstackAWS S3