Skip to content

Commit c894a1c

Browse files
committed
typos fix
1 parent 08760c6 commit c894a1c

File tree

1 file changed

+2
-2
lines changed
  • module7-cloud-computing/r4-serverless-architecture

1 file changed

+2
-2
lines changed

module7-cloud-computing/r4-serverless-architecture/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Serverless Architecture
22

3-
A serverless architecture is a way to build and run applications and services without having to manage infrastructure. Your application still runs on servers, but all the server management is done by the paltform you are using (For example, AWS). You no longer have to provision, scale, and maintain servers to run your applications, databases, and storage systems.
3+
A serverless architecture is a way to build and run applications and services without having to manage infrastructure. Your application still runs on servers, but all the server management is done by the platform you are using (For example, AWS). You no longer have to provision, scale, and maintain servers to run your applications, databases, and storage systems.
44

55
## Why use serverless architectures?
66

@@ -53,7 +53,7 @@ Amazon Web Services. is a subsidiary of Amazon providing on-demand cloud computi
5353

5454
In this use case, we are going to look at a simple to-do list web application that enables a registered user to create, update, view, and delete items.
5555

56-
For this use case, we may use few AWS servless services:
56+
For this use case, we may use few AWS serverless services:
5757

5858
- [AWS Lambda](https://aws.amazon.com/lambda/?c=ser&sec=uc1): is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend service without provisioning or managing servers.
5959

0 commit comments

Comments
 (0)