Tag: AWS
-
AWS Neuron SDK
Read →: AWS Neuron SDKAWS Neuron SDK is Amazon’s powerful tool for optimizing and running deep learning models on AWS Inferentia and Trainium chips. These chips are custom-built to…
-
Different cloud concepts you should know if you’re a developer
Read →: Different cloud concepts you should know if you’re a developerAs a developer navigating the ever-expanding world of cloud computing, understanding key cloud concepts is vital to leveraging the full potential of cloud services. Whether…
-
Unleash the Power of AWS: AWS Lambda vs ECS Fargate
Read →: Unleash the Power of AWS: AWS Lambda vs ECS FargateWhen developing applications that require uninterrupted data consumption, choosing the right infrastructure is paramount for achieving optimal performance and efficient resource management. In the realm…
-
What is the Differences Between API Gateway And CloudFront
Read →: What is the Differences Between API Gateway And CloudFrontWhen it comes to building scalable and reliable web applications, API Gateway and CloudFront are two of the most powerful tools at your disposal. Both of these services are part of the Amazon Web Services (AWS) ecosystem, and while they share some similarities, they are designed to solve different problems
-
How I built a GhostScript Layer in AWS Lambda
Read →: How I built a GhostScript Layer in AWS LambdaWelcome to Ghostscript, a powerful tool for compressing, editing, and manipulating PDF files! With Ghostscript, you can easily build a Dockerfile from source to create…
-
“Unlocking the Power of Serverless Computing: Top AWS Lambda Design Patterns”
Read →: “Unlocking the Power of Serverless Computing: Top AWS Lambda Design Patterns”AWS Lambda is a serverless computing service that lets you run code without provisioning or managing servers. It is a highly scalable and cost-effective solution…
-
Build your RESTful API with AWS right NOW
Read →: Build your RESTful API with AWS right NOWHello everyone, I am so happy to introduce you today the coolest way to create an endpoint! Whatever you want to save files or data…
-
Files in S3 AWS Python Lambda, how to handle them?
Read →: Files in S3 AWS Python Lambda, how to handle them?Do you know that Lambdas are made to process files? So, reading and writing, compressing and extracting data from s3 Bucket are the main uses. So, handling files with python lambda is really easy and helpful to handle files in s3
-
How to hash a file in a bucket S3 using AWS Lambda
Read →: How to hash a file in a bucket S3 using AWS LambdaCalculating the file hash of an uploaded file in an S3 bucket, it’s a big deal. Especially, when it passes through an API Gateway, this…