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

---
title: Best AWS Tip posts — September 2022 | daily.dev
description: The most upvoted AWS Tip posts from September 2022, curated by the daily.dev community.
canonical: https://daily.dev/sources/awstip/best-of/2022/09
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/awstip/best-of/2022/09
og:type: website
og:site_name: daily.dev
og:title: Best AWS Tip posts — September 2022 | daily.dev
og:description: The most upvoted AWS Tip posts from September 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 — September 2022

1. 1  
[](https://daily.dev/posts/architecture-serverless-email-sending-application-in-aws-pj1d8dawc "Architecture serverless email sending application in AWS")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
Architecture serverless email sending application in AWS  
A poorly architecture email system may end up in failure to handle the large workload and result in loss in business. Amazon SQS will trigger an event to the ALB of the Lambda functions with JSON message payload.  
19
2. 2  
[](https://daily.dev/posts/building-an-api-using-serverless-framework-gzzyru7t4 "Building an API using Serverless framework")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
Building an API using Serverless framework  
Serverless is a way to build and run applications & services without having to manage servers. There are 40+ Lambda templates for the most common use cases (e.g. microservice-http-endpoint, dynamodb-process-stream, sns-message, sqs-poller, s3-get-object, etc. You only pay for the time that Lambdas work.  
18  
1
3. 3  
[](https://daily.dev/posts/serverless-website-deployment-100-automated-in-multiple-environments-test-qa-and-production-us-j2g3wx70n "Serverless website deployment, 100% automated in multiple environments (Test, QA, and Production) using Azure DevOps Repos and Pipelines (CI/CD).")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
Serverless website deployment, 100% automated in multiple environments (Test, QA, and Production) using Azure DevOps Repos and Pipelines (CI/CD).  
Serverless website deployment, 100% automated in multiple environments (Test, QA, and Production) using Azure DevOps Repos and Pipelines (CI/CD) Project description: In another project based on a real-world scenario, I worked as a Cloud Engineer using DevOps.  
14
4. 4  
[](https://daily.dev/posts/how-we-achieved-99-faster-database-queries-via-database-indexing-fmcwghq9p "How we achieved 99% Faster database queries via database indexing")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
How we achieved 99% Faster database queries via database indexing  
System collects tweets from a predefined collection of Twitter accounts and keeps track of every tweet that gets deleted for analysis. Over time the system has collected over 16GB of tweets and was becoming extremely slow to query the deleted tweets. Indexing an index allows the system(Postgres DB in this case) to find the data your queries need.  
11  
1
5. 5  
[](https://daily.dev/posts/build-an-api-using-aws-lambda-and-api-gateway-oq-g09ldh "Build an API using AWS Lambda and API Gateway")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
Build an API using AWS Lambda and API Gateway  
AWS has significantly impacted the serverless development industry as a top serverless supplier. AWS Lambda is an event-driven, serverless computing platform. API Gateway and Lambda proxy is a straightforward, effective solution for creating an API with just a single API method setup.  
11
6. 6  
[](https://daily.dev/posts/serverless-gu-bug5cq "Serverless")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
Serverless  
Serverless is an execution model where the cloud provider is responsible for executing a piece of code by dynamically allocating the resources. With Lambda, you can run code for virtually any type of application or backend service. But should not worry about the project or anything else.  
11
7. 7  
[](https://daily.dev/posts/serverless-computing-zpndd28pj "Serverless Computing")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
Serverless Computing  
Serverless is event-driven, functional code which runs on a cloud in a stateless manner. If you send one request to the API gateway, that will poke to the function, and the function comes up to serve the request and go back to sleep and the next rest come it has no idea about the previous request. The above screen shows that the function has been successfully created.  
11

[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/09#page","url":"https://daily.dev/sources/awstip/best-of/2022/09","name":"Best AWS Tip Posts — September 2022","description":"The most upvoted AWS Tip posts from September 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/09#items","numberOfItems":7,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/architecture-serverless-email-sending-application-in-aws-pj1d8dawc","name":"Architecture serverless email sending application in AWS"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/building-an-api-using-serverless-framework-gzzyru7t4","name":"Building an API using Serverless framework"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/serverless-website-deployment-100-automated-in-multiple-environments-test-qa-and-production-us-j2g3wx70n","name":"Serverless website deployment, 100% automated in multiple environments (Test, QA, and Production) using Azure DevOps Repos and Pipelines (CI/CD)."},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/how-we-achieved-99-faster-database-queries-via-database-indexing-fmcwghq9p","name":"How we achieved 99% Faster database queries via database indexing"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/build-an-api-using-aws-lambda-and-api-gateway-oq-g09ldh","name":"Build an API using AWS Lambda and API Gateway"},{"@type":"ListItem","position":6,"url":"https://daily.dev/posts/serverless-gu-bug5cq","name":"Serverless"},{"@type":"ListItem","position":7,"url":"https://daily.dev/posts/serverless-computing-zpndd28pj","name":"Serverless Computing"}]},{"@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":"September 2022"}]}]}
```

