In this exercise, you use postman to hit the demo application(storefront) APIs which are written using the Python Django REST framework. For this exercise, I have used Azure Cloud Service and a similar methodology can be followed for AWS. Prerequisites You have to complete hop1 Azure and hop2 Azure Why…
Author: Lourdu Rohith Reddy Gali
Segregating files in AWS S3 Bucket using Lambda
Overview There are 5 steps to fulfil the exercise Create an S3 bucket. Create a Lambda function and add an s3 trigger to it. Update the S3 event notifications. Creating IAM roles to access and alter S3 bucket objects using lambda. Implement the logic to segregate files in the s3…
Manual way of creating StoreFront APIs using Postman collection
Back to project Creating/Adding Request to collection Common Steps for Every Request If you highlight the collection you created, you can see an ellipses icon. Click on the ellipses icon, and you will see a menu which has an “add request” option in it. Click on it. JWT Token API…
AWS EC2 Task Scheduler
Topics covered in the article What is an EC2 Task Scheduler? Advantages of EC2 Task Scheduler. How does the EC2 Task Scheduler work? Steps to launch EC2 Task Scheduler? How to delete the EC2 Task Scheduler? Pricing of EC2 Task Scheduler. When it comes to cloud computing and storage, AWS…