DEV Community

Amazon Web Services

Amazon Web Services (AWS) is a collection of web services for computing, storage, machine learning, security, and more There are over 200+ AWS services as of 2023.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
AWS Serverless using SAM Series

AWS Serverless using SAM Series

3
Comments 2
1 min read
How to Monitor Your Serverless Application. The Challenges of Stateless Architecture

How to Monitor Your Serverless Application. The Challenges of Stateless Architecture

5
Comments 2
8 min read
Managing Ansible playbook secrets with AWS services

Managing Ansible playbook secrets with AWS services

8
Comments
2 min read
Cloud Design Principals

Cloud Design Principals

8
Comments 1
4 min read
How to schedule an AWS Lambda function

How to schedule an AWS Lambda function

17
Comments 1
5 min read
Adding authentication to React App using AWS Amplify and Cognito

Adding authentication to React App using AWS Amplify and Cognito

13
Comments 1
3 min read
DynamoDB with Go #3 - Composite Primary Keys

DynamoDB with Go #3 - Composite Primary Keys

10
Comments
6 min read
Hosting a website in AWS S3

Hosting a website in AWS S3

23
Comments
3 min read
AWS Glue first experience - part 5 - Glue Workflow, monitoring and rants

AWS Glue first experience - part 5 - Glue Workflow, monitoring and rants

6
Comments 2
5 min read
Debugging Lambdas on AWS from your local computer

Debugging Lambdas on AWS from your local computer

6
Comments
3 min read
Prevent AWS from Reading Your Step Functions Data

Prevent AWS from Reading Your Step Functions Data

22
Comments 2
5 min read
🎉Golang + Lambda: Masterclass🎉

🎉Golang + Lambda: Masterclass🎉

8
Comments
1 min read
The Poor Man's Guide to Django deployment in the AWS

The Poor Man's Guide to Django deployment in the AWS

10
Comments
10 min read
AWS open source news and updates No. 33

AWS open source news and updates No. 33

18
Comments
13 min read
Deploying a Production-ready Django app on AWS

Deploying a Production-ready Django app on AWS

91
Comments 13
16 min read
Deploy A Flask App On AWS EC2

Deploy A Flask App On AWS EC2

8
Comments
4 min read
Getting the Request ID of a Lambda Invocation when Using Promises With the AWS SDK

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

6
Comments
1 min read
Simply: AWS Dynamodb

Simply: AWS Dynamodb

6
Comments
6 min read
AWS Glue first experience - part 4 - Deployment & packaging

AWS Glue first experience - part 4 - Deployment & packaging

10
Comments 1
5 min read
How to integrate AWS Amplify Authentication to React Native

How to integrate AWS Amplify Authentication to React Native

7
Comments
17 min read
How to quickly bootstrap a blog on Amazon Lightsail

How to quickly bootstrap a blog on Amazon Lightsail

6
Comments
4 min read
A Brief 10-Point Guide to AWS DyanmoDB

A Brief 10-Point Guide to AWS DyanmoDB

3
Comments
3 min read
DynamoDB CheatSheet For NodeJS/JavaScript

DynamoDB CheatSheet For NodeJS/JavaScript

21
Comments
3 min read
Let's Grow DEV's Cloud & DevOps Content! ☁️

Let's Grow DEV's Cloud & DevOps Content! ☁️

3
Comments 2
2 min read
AWS Glue first experience - part 3 - Arguments & Logging

AWS Glue first experience - part 3 - Arguments & Logging

4
Comments 2
5 min read
Heroku - My New Home

Heroku - My New Home

20
Comments
7 min read
Using Terraform and AWS CloudFormation to Enforce Your AWS Tags

Using Terraform and AWS CloudFormation to Enforce Your AWS Tags

12
Comments
10 min read
☁️ ☁️Free Certification Multi-Cloud (Best of Breed) ☁️☁️

☁️ ☁️Free Certification Multi-Cloud (Best of Breed) ☁️☁️

8
Comments
1 min read
Quick Project: KubeconVibes

Quick Project: KubeconVibes

6
Comments
3 min read
📰 AWS Compiled #003 - VPC Endpoints

📰 AWS Compiled #003 - VPC Endpoints

33
Comments
4 min read
Validating CloudFormation Templates in AWS CodePipeline

Validating CloudFormation Templates in AWS CodePipeline

13
Comments
4 min read
Bypassing AWS Cli profile to use IAM Roles

Bypassing AWS Cli profile to use IAM Roles

6
Comments
2 min read
Tagger- AWS tagging tool

Tagger- AWS tagging tool

5
Comments
2 min read
Serverless with AWS a simple introduction

Serverless with AWS a simple introduction

10
Comments
5 min read
AWS SQS Events On AWS Lambda

AWS SQS Events On AWS Lambda

15
Comments
11 min read
First Look at AWS Amplify Flutter (Developer Preview)

First Look at AWS Amplify Flutter (Developer Preview)

52
Comments 1
5 min read
AWS Made Simple: AWS KMS Envelope Encryption

AWS Made Simple: AWS KMS Envelope Encryption

14
Comments 1
3 min read
CDK Made Simple: Managing S3 lifecycle policies with CDK

CDK Made Simple: Managing S3 lifecycle policies with CDK

13
Comments
3 min read
Building resilient services at Prime Video with chaos engineering

Building resilient services at Prime Video with chaos engineering

56
Comments 1
13 min read
Microservices Interactions

Microservices Interactions

4
Comments
2 min read
How to model hierarchical access with AppSync

How to model hierarchical access with AppSync

15
Comments
5 min read
How I Cleared AWS Solution Architect Associate(SAA-C03) in 2 Weeks!

How I Cleared AWS Solution Architect Associate(SAA-C03) in 2 Weeks!

5
Comments 2
5 min read
My Experience with AWS Elastic Beanstalk and python

My Experience with AWS Elastic Beanstalk and python

2
Comments
2 min read
A Story of Rusty Containers, Queues, and the Role of Assumed Identity

A Story of Rusty Containers, Queues, and the Role of Assumed Identity

20
Comments
14 min read
AWS Glue first experience - part 1 - How to run your code?

AWS Glue first experience - part 1 - How to run your code?

12
Comments 4
2 min read
AWS Glue first experience - part 2 - Dependencies and guts

AWS Glue first experience - part 2 - Dependencies and guts

8
Comments 1
9 min read
How to host a React application on AWS S3

How to host a React application on AWS S3

17
Comments 1
1 min read
Data warehouse schema design - dimensional modeling and star schema

Data warehouse schema design - dimensional modeling and star schema

27
Comments
1 min read
AWS Identity and Access Management

AWS Identity and Access Management

1
Comments
7 min read
Decoupling an Angular app using AWS IOT

Decoupling an Angular app using AWS IOT

8
Comments 1
5 min read
Setup Terraform with AWS on Mac

Setup Terraform with AWS on Mac

3
Comments
7 min read
Introduction to Simple Queue Service (SQS) with Amazon Web Service (AWS)

Introduction to Simple Queue Service (SQS) with Amazon Web Service (AWS)

6
Comments
3 min read
How do I activate a Wildcard SSL certificate with Let's Encrypt on an AWS Lightsail Bitnami WordPress multisite Installation?

How do I activate a Wildcard SSL certificate with Let's Encrypt on an AWS Lightsail Bitnami WordPress multisite Installation?

3
Comments
1 min read
DynamoDB with Go #2 - Put & Get

DynamoDB with Go #2 - Put & Get

13
Comments
4 min read
AWS Global Infrastructure

AWS Global Infrastructure

4
Comments
3 min read
Setting up a multi-arch Amazon EKS cluster

Setting up a multi-arch Amazon EKS cluster

2
Comments
4 min read
AWS open source news and updates No. 32

AWS open source news and updates No. 32

34
Comments
23 min read
Deploying data pipelines to AWS Fargate - with monitoring and alerts built-in

Deploying data pipelines to AWS Fargate - with monitoring and alerts built-in

6
Comments
3 min read
Troubleshooting binaries in AWS Lambda

Troubleshooting binaries in AWS Lambda

5
Comments 2
3 min read
Deploying React app using AWS Amplify with CI/CD pipeline setup

Deploying React app using AWS Amplify with CI/CD pipeline setup

4
Comments
2 min read
loading...