<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/awstip/best-of/2022/07" -->

---
title: Best AWS Tip posts — July 2022 | daily.dev
description: The most upvoted AWS Tip posts from July 2022, curated by the daily.dev community.
canonical: https://daily.dev/sources/awstip/best-of/2022/07
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/awstip/best-of/2022/07
og:type: website
og:site_name: daily.dev
og:title: Best AWS Tip posts — July 2022 | daily.dev
og:description: The most upvoted AWS Tip posts from July 2022, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of AWS Tip — July 2022

1. 1  
[](https://daily.dev/posts/let-s-go-serverless--b9qiv3-bu "Let’s go Serverless.")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
Let’s go Serverless.  
Serverless is a cloud native execution model in which the cloud provider dynamically allocates the resources needed to execute a particular piece of code. This offers automatic scaling, built-in high availability and cost optimization with pay-per-use billing. Let’s build a simple serverless architecture with API Gateway, Lambda functions, Dynamo DB and S3.  
37  
2
2. 2  
[](https://daily.dev/posts/docker-commands-for-beginners-ivjkbqygi "Docker Commands for Beginners")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
Docker Commands for Beginners  
The docker run command is meant to run the container. To run a container, you need to include only the image name. You can start multiple containers of same OS ubuntu by running the run command. Docker automatically generates a container name mix of numbers and letters. The command for running a container with a specific name is:- name container\_name docker\_image.  
34  
2
3. 3  
[](https://daily.dev/posts/this-code-works-getting-your-linux-development-terminal-ready-with-aws-cli-ttafztcyi "This Code Works! — Getting your Linux Development Terminal Ready with AWS CLI")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
This Code Works! — Getting your Linux Development Terminal Ready with AWS CLI  
IaC and CLI are the two sides of the same Cloud Coin when it comes to infrastructure resource management. Together they are the real Power Duo!  
12
4. 4  
[](https://daily.dev/posts/amazon-lex-lia41gqet "Amazon Lex")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
Amazon Lex  
Amazon Lex is an easy to use chatbot building tool on AWS which powers the Amazon Alexa voice assistance. Any developer can easily build and deploy chatbot in your website or mobile application or Facebook messenger or Instagram etc. You can use Lex for higher fidelity telephone speech interactions through a contact center application or helpdesk.  
12  
3
5. 5  
[](https://daily.dev/posts/going-serverless-part-1-the-goal-of-this-article-series-is-to--o4hqutw6e "Going Serverless — Part 1. The goal of this article series is to…")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
Going Serverless — Part 1\. The goal of this article series is to…  
The goal of this article series is to get started with Serverless. During the series, you will learn how to build an application locally and deploy it to AWS with CI. For this example, I’m using NodeJS 14.17.6 and serverless V2 for this project.  
10

[See all AWS Tip archives](/sources/awstip/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/awstip/best-of/2022/07#page","url":"https://daily.dev/sources/awstip/best-of/2022/07","name":"Best AWS Tip Posts — July 2022","description":"The most upvoted AWS Tip posts from July 2022, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/awstip/best-of/2022/07#items","numberOfItems":5,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/let-s-go-serverless--b9qiv3-bu","name":"Let’s go Serverless."},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/docker-commands-for-beginners-ivjkbqygi","name":"Docker Commands for Beginners"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/this-code-works-getting-your-linux-development-terminal-ready-with-aws-cli-ttafztcyi","name":"This Code Works! — Getting your Linux Development Terminal Ready with AWS CLI"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/amazon-lex-lia41gqet","name":"Amazon Lex"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/going-serverless-part-1-the-goal-of-this-article-series-is-to--o4hqutw6e","name":"Going Serverless — Part 1. The goal of this article series is to…"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"AWS Tip","item":"https://daily.dev/sources/awstip"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/awstip/best-of"},{"@type":"ListItem","position":5,"name":"July 2022"}]}]}
```

