awsfordevelopers.hashnode.devA guide: Getting started with AWS Pre-signed URLS in Software Development.AWS Presigned URLS are temporary access grants that allow users to access private objects in Amazon S3 without requiring AWS credentials or permissions. When to use presigned URLS? Enabling File Uploads/Downloads in Client Applications Serverless o...Dec 2, 2024·4 min read
awsfordevelopers.hashnode.devA Guide: Deploying your Node.Js Application on Lambda Function using DockerAWS Lambda Lambda is a serverless computing service . It allows you to run code without provisioning or managing servers. Lambda runs your code only when needed and scales automatically, from a few requests per day to thousands per second. One of the...Nov 20, 2024·3 min read
awsfordevelopers.hashnode.devA Guide: Deploying your Python backend Endpoints on Lambda Functions using DockerAWS Lambda Lambda is a serverless computing service . It allows you to run code without provisioning or managing servers. Lambda runs your code only when needed and scales automatically, from a few requests per day to thousands per second. One of t...Nov 7, 2024·3 min read
awsfordevelopers.hashnode.devDeploying your first FastAPI application on Amazon EC2Hi there, in this article, we are going to learn how to deploy a fastAPI application to Amazon EC2 Ubuntu server with NGINX. Amazon EC2 (Elastic Compute Cloud) is a web service provided by Amazon Web Services that offers resizable virtual servers in ...Oct 27, 2024·3 min read
awsfordevelopers.hashnode.devA step to step guide: Hosting your frontend application in Amazon S3In this blog, l am going to be writing on hosting and deploying your frontend application (React JS/ Angular) to Amazon S3 in less than 10mins. In developer terms, Amazon S3 is a scalable cloud storage service provided by AWS. It allows developers to...Sep 24, 2024·3 min read