From 2c55431c9e19147f5c78bdada3fe85a0109deb5c Mon Sep 17 00:00:00 2001 From: Abhishek Veeramalla Date: Thu, 23 Nov 2023 16:12:54 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23ecf82..d46119c 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ - AWS automation with Boto3. - Managing EC2 instances, S3 buckets, and more. - Practice exercises and examples: - - Example: Creating a aws script for deploying applications to remote servers. + - Example: Creating a python script using boto3 to implement serverless functions. ## Day 14: Working with RESTful APIs - Introduction to RESTful APIs.