Skip to content

Commit

Permalink
docs: typo solved
Browse files Browse the repository at this point in the history
  • Loading branch information
Hasan Ozdemir committed Apr 25, 2024
1 parent fb664f6 commit 3883769
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/amazon_web_services.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ Simple Queue Service is also known as SQS. It is distributed queuing service whi

### 9. What is AWS Lambda?
Lambda is an Amazon compute service which allows you to run code in the AWS Cloud without managing servers.

AWS Lambda is a secure, on-demand, event-driven, compute service that scales as needed and billed only for what is used.
* Provisioned concurrency allows you to preallocate resources for your Lambda functions, reducing cold starts and ensuring consistent performance.
* Implementing multi-threaded execution in Lambda functions enhances parallel processing and overall performance
*

### 10. What is geo-targeting in CloudFront?
Geo-Targeting is a concept where businesses can show personalized content to their audience based on their geographic location without changing the URL. This helps you create customized content for the audience of a specific geographical area, keeping their needs in the forefront.
Expand Down

0 comments on commit 3883769

Please sign in to comment.